EmotionLens detects emotions from human faces in real-time with high accuracy.
869
EmotionLens is an advanced Facial Expression Recognition (FER) web application powered by a custom Residual CNN model. This AI-driven system detects emotions from human faces in real-time with high accuracy.
ā
FastAPI-based backend
ā
Lightweight CNN architecture (No pre-trained models!)
ā
Supports drag-and-drop, paste, and file upload
ā
Predicts emotions with confidence scores
ā
Fully containerized for quick deployment
docker run -p 8010:8010 kshitizb/emotionlens
Then open: http://localhost:8010/ā
docker pull kshitizb/emotionlens
| Method | Endpoint | Description |
|---|---|---|
| GET | / | Upload Page |
| POST | /upload/ | Upload & Detect Emotion |
š Anger
š Contempt
𤢠Disgust
šØ Fear
š Happy
š Neutral
š¢ Sad
š² Surprise
docker build -t kshitizb/emotionlens .
docker tag emotionlens kshitizb/emotionlens
docker push kshitizb/emotionlens
šØāš» Kshitiz Bhargavaā
šØāš» Manvendra Singh
šØāš» Krishnaraj Natarajan
š§ Contact: [email protected]ā
š Open-source under MIT License.
Content type
Image
Digest
sha256:333051cf1ā¦
Size
436.8 MB
Last updated
over 1 year ago
docker pull kshitizb/emotionlens