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 cfcfe86 commit 50c4691
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h2>

<p>This project enables touchless control of an autonomous vehicle using hand gestures. Utilizing MediaPipe, OpenCV, and deep learning models, it translates real-time gestures into movement commands. The system is designed for harsh environments, ensuring precise navigation without physical contact. Integrated with reinforcement learning, it adapts to dynamic terrains.</p>
</header>
<a href="https://github.com/sri-dsa/blob/main/machine_learning/tree_ensemble.ipynb" class="image main"><img src="images/telco.png" alt="" /></a>
<a href="https://github.com/sri-dsa/blob/main/machine_learning/tree_ensemble.ipynb" class="image main"><img src="1.jpg" alt="" /></a>
<ul class="actions special">
<li><a href="https://github.com/sri-dsa/blob/main/machine_learning/tree_ensemble.ipynb" class="button large">View Project</a></li>
</ul>
Expand All @@ -249,7 +249,7 @@ <h2>
</h2>

</header>
<a href="https://github.com/sri-dsa/blob/main/machine_learning/Feature_engineering.ipynb" class="image fit"><img src="images/ames.png" alt="" /></a>
<a href="https://github.com/sri-dsa/blob/main/machine_learning/Feature_engineering.ipynb" class="image fit"><img src="2.png" alt="" /></a>
<p>A real-time AI surveillance system using Facenet, YOLO, and DeepSORT for object and facial recognition. It can detect and track multiple objects, analyze human behavior, and provide security alerts. Works with thermal cameras for low-light conditions, making it suitable for forest and extreme environments.</p>
<ul class="actions special">
<li><a href="https://github.com/sri-dsa/blob/main/machine_learning/Feature_engineering.ipynb" class="button">View Project</a></li>
Expand All @@ -268,7 +268,7 @@ <h2>
</h2>

</header>
<a href="https://github.com/sri-dsa/blob/main/machine_learning/Hierarchical_clustering.ipynb" class="image fit"><img src="images/mpg.jpeg" alt="" /></a>
<a href="https://github.com/sri-dsa/blob/main/machine_learning/Hierarchical_clustering.ipynb" class="image fit"><img src="3.avif" alt="" /></a>
<p>A dual-control system combining NLP-based voice commands and gesture recognition. If voice commands fail, gestures take over, ensuring uninterrupted control. Uses BERT, GPT, and ASR models for speech processing, integrating seamlessly with robotics for hands-free interaction.</p>
<ul class="actions special">
<li><a href="https://github.com/sri-dsa/blob/main/machine_learning/Hierarchical_clustering.ipynb" class="button">View Project</a></li>
Expand All @@ -287,7 +287,7 @@ <h2>
</h2>

</header>
<a href="https://github.com/sri-dsa/blob/main/machine_learning/linear_regression.ipynb" class="image fit"><img src="images/dataset-card.jpg" alt="" /></a>
<a href="https://github.com/sri-dsa/blob/main/machine_learning/linear_regression.ipynb" class="image fit"><img src="4.jpg" alt="" /></a>
<p>This module optimizes path planning and obstacle avoidance using Reinforcement Learning (RL). Leveraging PPO, SAC, and DQN, it enables autonomous vehicles to learn from environments and improve navigation efficiency. Implemented with AirSim and SLAM for realistic simulation and deployment.</p>
<ul class="actions special">
<li><a href="https://github.com/sri-dsa/blob/main/machine_learning/linear_regression.ipynb" class="button">View Project</a></li>
Expand All @@ -306,7 +306,7 @@ <h2>
</h2>

</header>
<a href="https://github.com/sri-dsa/blob/main/machine_learning/knn_regressor.ipynb" class="image fit"><img src="images/how-size-doesnt-make-you-happier-today-main-190614.jpg" alt="" /></a>
<a href="https://github.com/sri-dsa/blob/main/machine_learning/knn_regressor.ipynb" class="image fit"><img src="5.png" alt="" /></a>
<p>Deploys lightweight AI models on Jetson Nano & Raspberry Pi for low-latency, high-performance inference. Uses TensorRT to optimize CNN-based detection models, allowing on-device AI processing without cloud dependency. Enhances real-time decision-making in constrained environments.</p>
<ul class="actions special">
<li><a href="https://github.com/sri-dsa/blob/main/machine_learning/knn_regressor.ipynb" class="button">View Project</a></li>
Expand All @@ -325,7 +325,7 @@ <h2>
</h2>

</header>
<a href="https://github.com/sri-dsa/blob/main/machine_learning/SVC.ipynb" class="image fit"><img src="images/mouse.webp" alt="" /></a>
<a href="https://github.com/sri-dsa/blob/main/machine_learning/SVC.ipynb" class="image fit"><img src="6.png" alt="" /></a>
<p>A real-time AI monitoring system using Prometheus & Grafana for performance tracking. Logs latency, model accuracy, and resource utilization, providing alerts for system failures. Ensures reliability in critical deployments.</p>
<ul class="actions special">
<li><a href="https://github.com/sri-dsa/blob/main/machine_learning/SVC.ipynb" class="button">View Project</a></li>
Expand All @@ -344,7 +344,7 @@ <h2>
</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>
<a href="https://github.com/sri-dsa/blob/main/machine_learning/NLP_supervised.ipynb" class="image fit"><img src="7.png" alt="" /></a>
<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>
Expand Down

0 comments on commit 50c4691

Please sign in to comment.