Deskripsi: This project aims to develop a facial expression detection model that can recognize and classify human facial expressions such as happiness, sadness, anger, surprise, etc. The project employs image processing and deep learning techniques utilizing Convolutional Neural Networks (CNN) as the model architecture. The dataset used is sourced from kaggle which was uploaded by JONATHAN OHEIX.
Link Dataset: https://www.kaggle.com/datasets/jonathanoheix/face-expression-recognition-dataset.
- Clone this repository to your local machine.
- Navigate to the project directory.
cd deteksi-ekspresi-wajah
- Install the required dependencies using pip.
pip install -r requirements.txt
- Run the application.
streamlit run streamlit_app.py
- Access the application in your web browser at http://localhost:8501.
Made with ❤️ by 8shagrid