Hosting Static Website using GitHub Actions & Docker
DevOps
Automated CI/CD pipeline for a static HTML portfolio website using GitHub Actions and AWS S3.
The workflow builds the site via Docker, runs a test container, and deploys directly to S3 upon every push.
- Configured GitHub Actions workflow for CI/CD
- Used AWS S3 for static site hosting
- Containerized with Nginx for local development
- Automated deployment on push to main branch
GitHub Repo
Pronunciation Assistant
Software
Python GUI app leveraging NLP to detect and correct pronunciation errors; integrated Wav2Vec2.0. Added real‑time object detection using YOLOv5 for interactive feedback.
- ~70% initial accuracy, improved with Wav2Vec2.0
- YOLOv5 object detection (~80% on use‑case)
GitHub Repo
Soldier Health Monitoring & Position Tracking
IoT
Real‑time IoT system (ESP32 + Arduino + LM35 + NEO‑6M) for health and GPS tracking; Blynk app used for wireless telemetry.
- ~85% GPS accuracy in tests
- < 3s latency within ~50m range
GitHub Repo