Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
1sumer authored Aug 21, 2024
1 parent f8f27b1 commit 7581cd3
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,13 @@ <h4>Expertise</h4>
</div>
</div>
<div class="card-body">
<h6 class="title text-danger">2022 - Present</h6>
<P>Python Automation</P>
<P class="subtitle">🌟 Welcome to the realm of automated wonders! I’m a dedicated Python enthusiast with a passion for streamlining processes and maximizing efficiency through code.!.</P>
<P class="subtitle">🌟 Explore the intersection of data and automation! As a Data Analyst and Data Scientist, I harness the power of Python to streamline processes and drive efficiency, turning data into actionable insights.</P>
</div>
<div class="card-body">
<h6 class="title text-danger">Work Experience</h6>
<P>2022 - Present</P>
<P>Python Automation Engineer, Analogica Pvt Ltd.</P>
<P class="subtitle">Utilized Python, Power BI and SQL for one year at Analogica Pvt Ltd, specializing in Python Automation. Spearheaded mass email campaigns and automated invoice generation through GUI libraries, driving operational efficiency. Conducted comprehensive exploratory data analysis to facilitate informed decision-making processes</P>
</div>
</div>
</div>
Expand Down Expand Up @@ -204,6 +208,10 @@ <h6>Data Visualization (Power BI, Matplotlib & Seaborn)</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 80%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>Statistical Analysis</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 80%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>Web Scraping (Python)</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 80%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
Expand Down Expand Up @@ -246,8 +254,8 @@ <h6>Kannada</h6>
<div class="m-auto"><i class="ti-alarm-clock icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-danger font-weight-bold font40">500</h1>
<p class="text-light mb-1">Hours Worked</p>
<h1 class="text-danger font-weight-bold font40">2</h1>
<p class="text-light mb-1">Years Worked Experience</p>
</div>
</div>
</div>
Expand All @@ -257,7 +265,7 @@ <h1 class="text-danger font-weight-bold font40">500</h1>
<div class="m-auto"><i class="ti-layers-alt icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-danger font-weight-bold font40">50K</h1>
<h1 class="text-danger font-weight-bold font40">10</h1>
<p class="text-light mb-1">Project Finished</p>
</div>
</div>
Expand All @@ -268,8 +276,8 @@ <h1 class="text-danger font-weight-bold font40">50K</h1>
<div class="m-auto"><i class="ti-face-smile icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-danger font-weight-bold font40">200K</h1>
<p class="text-light mb-1">Happy Clients</p>
<h1 class="text-danger font-weight-bold font40">50+</h1>
<p class="text-light mb-1">Impactful Solutions</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -310,9 +318,9 @@ <h5 class="mb-3 card-title text-dark">Global Super Store 2016 Sales Analysis,</h
<i class="ti-write text-danger" aria-hidden="true"></i>
</div>
<div class="card-body px-4 py-3">
<h5 class="mb-3 card-title text-dark">IMDB Movie Analysis & Recommender System ML Algorithm</h5>
<h5 class="mb-3 card-title text-dark">IMDB Movie Analysis & Recommender System ML</h5>
<P class="subtitle">The IMDb movie analysis and recommender system utilizes data analysis and machine learning to deliver personalized movie recommendations, enhancing users' movie- watching experiences by suggesting films aligned with their preferences and behaviors.</P>
<a href="https://github.com/1sumer/Recommendation/blob/main/Movie_Base%20Recommender/Movie_Base.ipynb" class="read-more">Read more <i class="ti-angle-double-right"></i></a>
<a href="https://github.com/1sumer/Recommendation/blob/main/Movie_I%20Recommender/Recommendation%201.ipynb" class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div>
</div>
Expand All @@ -322,7 +330,7 @@ <h5 class="mb-3 card-title text-dark">IMDB Movie Analysis & Recommender System M
<i class="ti-package text-danger" aria-hidden="true"></i>
</div>
<div class="card-body px-4 py-3">
<h5 class="mb-3 card-title text-dark">Naive Bayes algorithm</h5>
<h5 class="mb-3 card-title text-dark">Naive Bayes ML Algorithm</h5>
<P class="subtitle">Implemented a strong Naive Bayes algorithm for YouTube spam filtering, boosting content quality and user experience by effectively tackling spam issues.</P>
<a href="https://github.com/1sumer/Naive-Bayes/blob/main/Naive%20Bayes%201.ipynb" class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
Expand All @@ -334,7 +342,7 @@ <h5 class="mb-3 card-title text-dark">Naive Bayes algorithm</h5>
<i class="ti-map-alt text-danger" aria-hidden="true"></i>
</div>
<div class="card-body px-4 py-3">
<h5 class="mb-3 card-title text-dark">Sending a Mass Emails Using SMTP Server</h5>
<h5 class="mb-3 card-title text-dark">Automated Bulk Email Sender Using SMTP Server</h5>
<P class="subtitle">Developed a Python application with a user-friendly Tkinter GUI for efficient management and sending of mass emails, leveraging the Sendinblue SMTP server to ensure reliable and secure email communication</P>
<a href="https://github.com/1sumer/Mass_email/blob/main/Mass%20mail%20with%20PDF.py" class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
Expand Down Expand Up @@ -371,6 +379,7 @@ <h5 class="mb-3 card-title text-dark">Invoice Generator</h5>
<section class="section bg-dark py-5">
<div class="container text-center">
<h2 class="text-light mb-5 font-weight-normal">I Am Available For FreeLance</h2>
<a href="https://github.com/1sumer/Invoices/blob/main/INVOICE%200.3.py" class="read-more">Read more <i class="btn bg-primary w-lg"></i></a>
<button class="btn bg-primary w-lg" >Hire me</button>
</div>
</section>
Expand Down

0 comments on commit 7581cd3

Please sign in to comment.