title: Sise Challenge Emotional Report
emoji: ๐ค
colorFrom: yellow
colorTo: green
sdk: docker
pinned: false
SISE Ultimate Challenge - Emotional Report
Welcome to Emotional Report! This AI-powered application lets users send or record an audio clip ๐ข, analyzing their emotional state based on vocal tone and speed. The AI predicts whether the emotion falls into one of three categories: Anger (Colรจre) ๐ก, Joy (Joie) ๐, or Neutral (Neutre) ๐.
Using Wav2Vec, a pre-trained AI model, the app not only detects emotions but also attempts to transcribe the speech into text. ๐ง ๐๏ธ
๐ฌ Fun Fact
The name Emotional Report is inspired by the movie Minority Report, where AI predicts crimes before they happen! ๐ฎ This challenge is the Ultimate Challenge for Master SISE students. ๐
๐ Overview
This project features a Streamlit-based dashboard ๐ that helps analyze security logs, data trends, and apply machine learning models.
โจ Features
โ Home - Overview of the challenge ๐ โ Analytics - Visualize & analyze security logs and data trends ๐ โ Machine Learning - Train & evaluate ML models ๐ค
๐ Installation Guide
๐ง Local Setup
Follow these steps to run the project locally:
- Clone the repository:
git clone https://github.com/jdalfons/sise-ultimate-challenge.git cd sise-ultimate-challenge
- Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`
- Install dependencies:
pip install -r requirements.txt
- Run the Streamlit application:
streamlit run app.py
๐ณ Docker Setup
- Build the Docker image:
docker build -t sise-ultimate-challenge .
- Run the container:
docker run -p 7860:7860 sise-ultimate-challenge
โ๏ธ Technical Details
- ๐ Python 3.12
- ๐จ Streamlit
- ๐๏ธ Wav2Vec2
๐ค Contributors
- Cyril KOCAB ๐จโ๐ป
- Falonne KPAMEGAN ๐ฉโ๐ป
- Juan ALFONSO ๐ค
- Nancy RANDRIAMIARIJAONA ๐
๐ฅ Join us in making AI-powered emotion detection awesome!