A local-first Python prototype combining facial emotion, offline speech recognition, text sentiment, and acoustic voice features.
- Face detection and MiniXception emotion inference
- Offline Portuguese speech recognition with Vosk
- Portuguese Transformer sentiment classification
- openSMILE acoustic features and heuristic multimodal fusion
python -m venv .venv
.\.venv\Scripts\python.exe -m pip install -r requirements.txt
.\.venv\Scripts\python.exe senti.pyReview the repository files before running commands that access external services or download models and datasets. Never commit credentials or personal data.
This is an educational or experimental project. See ROADMAP.md for intentionally scoped future work and CONTRIBUTING.md before proposing changes.
Original source code is available under the MIT License. Third-party datasets, models, media, services, course materials, and dependencies keep their own terms; see THIRD_PARTY_NOTICE.md.
Protótipo local de análise multimodal de sentimentos que combina emoção facial, transcrição offline, sentimento textual e características acústicas da voz. O foco atual é pesquisa e evolução edge-aware, não diagnóstico.
python -m venv .venv
.\.venv\Scripts\python.exe -m pip install -r requirements.txt
.\.venv\Scripts\python.exe senti.pyConsulte o ROADMAP.md para funcionalidades futuras e o CONTRIBUTING.md antes de contribuir. Nunca envie credenciais ou dados pessoais ao repositório.
O código-fonte original é disponibilizado sob a Licença MIT. Datasets, modelos, mídias, serviços, materiais acadêmicos e dependências de terceiros preservam seus próprios termos; consulte THIRD_PARTY_NOTICE.md.
