Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sri-dsa authored Feb 11, 2025
1 parent 149ae93 commit 092cc05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,26 +331,26 @@ <h2>
<li><a href="https://github.com/sri-dsa/blob/main/machine_learning/SVC.ipynb" class="button">View Project</a></li>
</ul>
</article>
<!-- <article>
<article>
<header>

<h2>
<a href="https://github.com/sri-dsa/blob/main/machine_learning/NLP_supervised.ipynb"
style="display: inline-block; transition: transform 0.2s ease-in-out, opacity 0.3s ease-in-out;"
onmouseover="this.style.transform='scale(1.1)'; this.style.opacity='0.8';"
onmouseout="this.style.transform='scale(1)'; this.style.opacity='1';">
Empowering Sentiment Analysis: Text Classification of Airline Tweets
AI-Powered SLAM for Autonomous Navigation
</a>
</h2>

</header>
<a href="https://github.com/sri-dsa/blob/main/machine_learning/NLP_supervised.ipynb" class="image fit"><img src="images/air.jpeg" alt="" /></a>
<p>Embark on an empowering exploration as we harness the potential of text classification using the "airline_tweets" dataset. Through sentiment analysis, we aim to classify the tweets and gain valuable insights into customer emotions, opinions, and experiences with airlines. Get ready to interactively navigate through the world of textual data and uncover the true sentiment behind each tweet, empowering businesses to make data-driven decisions for improved customer satisfaction.</p>
<p>This project implements Simultaneous Localization and Mapping (SLAM) to enable autonomous robots to navigate unfamiliar environments. Using LiDAR, Visual SLAM (ORB-SLAM, RTAB-Map), and Kalman Filters, the system constructs real-time maps while tracking the robot’s position. Integrated with Reinforcement Learning (RL) and Sensor Fusion, it enhances navigation in forests, disaster zones, and extreme conditions. Runs efficiently on Jetson Nano for real-time edge processing.</p>
<ul class="actions special">
<li><a href="https://github.com/sri-dsa/blob/main/machine_learning/NLP_supervised.ipynb" class="button">View Project</a></li>
</ul>
</article>
<article>
<!-- <article>
<header>
<h2>
Expand Down

0 comments on commit 092cc05

Please sign in to comment.