Speech Emotion Recognition
0
stars
77
commits
Python
primary language
May 29, 2026
updated
This project is an advanced Speech Emotion Recognition (SER) system developed as a CMPE Final Project at Kadir Has University. It utilizes a state-of-the-art hybrid architecture called the Master Ensemble, combining word-level tabular models with global sentence-level Transformer models to achieve high-accuracy emotion detection in Turkish and English speech.
The system focuses on four core emotions: Angry, Calm, Happy, and Sad.
The backend is built with Flask.
# Clone the repository
git clone <repository-url>
cd Speech_Emotion_Recognition_Project
# Install Python dependencies
pip install -r Backend/requirements.txt
# Start the Flask server
cd Backend
python app.py
The frontend is built with React and Vite.
# Navigate to the frontend directory
cd Frontend
# Install NPM dependencies
npm install
# Start the development server
npm run dev
Bu proje, Kadir Has Üniversitesi CMPE Bitirme Projesi kapsamında geliştirilmiş ileri düzey bir Konuşmadan Duygu Tanıma (SER) sistemidir. Sistem, kelime bazlı tabüler modelleri ve cümle bazlı Transformer modellerini birleştiren Master Ensemble adlı hibrit bir mimari kullanarak yüksek doğrulukta duygu tespiti yapar.
Sistem dört temel duyguya odaklanır: Öfkeli (Angry), Sakin (Calm), Mutlu (Happy) ve Üzgün (Sad).
Backend Flask ile geliştirilmiştir.
# Depoyu klonlayın
git clone <repository-url>
cd Speech_Emotion_Recognition_Project
# Python bağımlılıklarını yükleyin
pip install -r Backend/requirements.txt
# Flask sunucusunu başlatın
cd Backend
python app.py
Frontend React ve Vite ile geliştirilmiştir.
# Frontend dizinine gidin
cd Frontend
# NPM bağımlılıklarını yükleyin
npm install
# Geliştirme sunucusunu başlatın
npm run dev
© 2026 Speech Emotion Recognition Project
Python
64.3%
TypeScript
31.8%
JavaScript
3.5%
Speech Emotion Recognition
0
stars
77
commits
Python
primary language
May 29, 2026
updated
This project is an advanced Speech Emotion Recognition (SER) system developed as a CMPE Final Project at Kadir Has University. It utilizes a state-of-the-art hybrid architecture called the Master Ensemble, combining word-level tabular models with global sentence-level Transformer models to achieve high-accuracy emotion detection in Turkish and English speech.
The system focuses on four core emotions: Angry, Calm, Happy, and Sad.
The backend is built with Flask.
# Clone the repository
git clone <repository-url>
cd Speech_Emotion_Recognition_Project
# Install Python dependencies
pip install -r Backend/requirements.txt
# Start the Flask server
cd Backend
python app.py
The frontend is built with React and Vite.
# Navigate to the frontend directory
cd Frontend
# Install NPM dependencies
npm install
# Start the development server
npm run dev
Bu proje, Kadir Has Üniversitesi CMPE Bitirme Projesi kapsamında geliştirilmiş ileri düzey bir Konuşmadan Duygu Tanıma (SER) sistemidir. Sistem, kelime bazlı tabüler modelleri ve cümle bazlı Transformer modellerini birleştiren Master Ensemble adlı hibrit bir mimari kullanarak yüksek doğrulukta duygu tespiti yapar.
Sistem dört temel duyguya odaklanır: Öfkeli (Angry), Sakin (Calm), Mutlu (Happy) ve Üzgün (Sad).
Backend Flask ile geliştirilmiştir.
# Depoyu klonlayın
git clone <repository-url>
cd Speech_Emotion_Recognition_Project
# Python bağımlılıklarını yükleyin
pip install -r Backend/requirements.txt
# Flask sunucusunu başlatın
cd Backend
python app.py
Frontend React ve Vite ile geliştirilmiştir.
# Frontend dizinine gidin
cd Frontend
# NPM bağımlılıklarını yükleyin
npm install
# Geliştirme sunucusunu başlatın
npm run dev
© 2026 Speech Emotion Recognition Project
Python
64.3%
TypeScript
31.8%
JavaScript
3.5%