Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
anandr07 authored Feb 19, 2024
1 parent ae56e45 commit e4f3347
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,46 @@ <h3 class="page-title white-text teal">Projects</h3>
<div class="container">
<div class="row">

<!-- 5. EzFlow.ai -->
<div class="col s12 m6 l4">
<div class="card medium">
<div class="card-image waves-effect waves-block waves-light">
<img alt="Screenshot of web app" src="/assets/img/ezflow.jpeg"
style="height: 100%; width: 100%" class="activator" />
</div>
<div class="card-content">
<span class="card-title activator teal-text hoverline"> EzFlow.ai Platform <i
class="mdi-navigation-more-vert right"></i></span>
<p>
User-friendly software product designed to democratize machine learning.
</p>
</div>
<div class="card-reveal">
<!-- TODO: change this -- only close button -->
<!-- <span class="card-title brown-text">Accomplishments<i class="mdi-navigation-close right"></i></span> -->
<span class="card-title teal-text"><small>Accomplishments</small><i
class="mdi-navigation-close right"></i></span>
<ul>
<li><b>Tools:</b> Python</li>
<li>Leading the development of EzFlow.ai, a user-friendly platform designed to empower users with no coding experience to learn and implement machine learning projects. </li>
<li>By automating data preprocessing, model training, and result visualization, EzFlow.ai provides users with predictions and comprehensive summary reports.</li>


</ul>
<div class="card-action">
<!-- <a aria-label="Visit Blog website" href="https://flask-heroku-blog.herokuapp.com/" target="_blank" data-position="top"
data-tooltip="View Online"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-external-link"></i></a> -->
<a aria-label="Visit the GitHub repo for project" href="https://github.com/anandr07/EzFlow.ai"
target="_blank" data-position="top" data-tooltip="View Source"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>

<!-- 1. Quora question pair similarity -->
<div class="col s12 m6 l4">
<div class="card medium">
Expand Down Expand Up @@ -646,46 +686,6 @@ <h3 class="page-title white-text teal">Projects</h3>
</div>
</div>

<!-- 5. Bank Loan Defaulters Prediction Project -->
<div class="col s12 m6 l4">
<div class="card medium">
<div class="card-image waves-effect waves-block waves-light">
<img alt="Screenshot of web app" src="/assets/img/loan_defaulter.PNG"
style="height: 100%; width: 100%" class="activator" />
</div>
<div class="card-content">
<span class="card-title activator teal-text hoverline">Bank Loan Defaulters Prediction<i
class="mdi-navigation-more-vert right"></i></span>
<p>
To predict whether the customer will fall under loan default or not
</p>
</div>
<div class="card-reveal">
<!-- TODO: change this -- only close button -->
<!-- <span class="card-title brown-text">Accomplishments<i class="mdi-navigation-close right"></i></span> -->
<span class="card-title teal-text"><small>Accomplishments</small><i
class="mdi-navigation-close right"></i></span>
<ul>
<li><b>Tools:</b> Heroku, Flask, Python</li>
<li>Model allows the bank to make an analysis based on relevant data and then decide to give the loan or not.</li>
<li>Reduces the bank's risk of defaulting on a loan.</li>


</ul>
<div class="card-action">
<!-- <a aria-label="Visit Blog website" href="https://flask-heroku-blog.herokuapp.com/" target="_blank" data-position="top"
data-tooltip="View Online"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-external-link"></i></a> -->
<a aria-label="Visit the GitHub repo for project" href="https://github.com/anandr07/Loan-Defaulters-Prediction"
target="_blank" data-position="top" data-tooltip="View Source"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>

<!-- 6. University Recommendation System using Neo4j -->
<div class="col s12 m6 l4">
<div class="card medium">
Expand Down

0 comments on commit e4f3347

Please sign in to comment.