Try Yourself : https://huggingface.co/spaces/rajXchaos/transcript-scoring
A lightweight FastAPI + NLP based transcript scoring system for student self-introductions.
- Score out of 100
- Per-criterion breakdown
- Word count, sentence count, WPM
- Clarity, grammar, sentiment evaluation
- Semantic similarity for understanding meaning
- FastAPI
- SentenceTransformer (all-MiniLM-L6-v2)
- HTML/CSS/JS Frontend
- Docker (Hugging Face Deployment)
uvicorn app.main:app --reload
Open /frontend/index.html in browser.
Push repo to Hugging Face Space using Dockerfile. Ensure app listens on port 7860.
- Text-only (no audio)
- Heuristic grammar checks
- CPU embedding model
- Real-time speech scoring
- Teacher dashboard analytics
- Strong grammar engine integration