Skip to content

Repository files navigation

SENTI — Multimodal Edge-Aware Sentiment Prototype

SENTI — Multimodal Edge-Aware Sentiment Prototype social preview

A local-first Python prototype combining facial emotion, offline speech recognition, text sentiment, and acoustic voice features.

Português

Highlights

  • Face detection and MiniXception emotion inference
  • Offline Portuguese speech recognition with Vosk
  • Portuguese Transformer sentiment classification
  • openSMILE acoustic features and heuristic multimodal fusion

Getting started

python -m venv .venv
.\.venv\Scripts\python.exe -m pip install -r requirements.txt
.\.venv\Scripts\python.exe senti.py

Review the repository files before running commands that access external services or download models and datasets. Never commit credentials or personal data.

Project status

This is an educational or experimental project. See ROADMAP.md for intentionally scoped future work and CONTRIBUTING.md before proposing changes.

License

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.


Português

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.

Como começar

python -m venv .venv
.\.venv\Scripts\python.exe -m pip install -r requirements.txt
.\.venv\Scripts\python.exe senti.py

Consulte o ROADMAP.md para funcionalidades futuras e o CONTRIBUTING.md antes de contribuir. Nunca envie credenciais ou dados pessoais ao repositório.

Licença

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.

About

Local-first multimodal sentiment prototype combining facial emotion, offline ASR, text sentiment, and voice features.

Topics

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages