Skip to content

Facial Emotion Detection Hackathon Project , Create a model and test it uing 5 to 10 sec videos to detect emotions

Notifications You must be signed in to change notification settings

Decoding-Data-Science/fer-may-hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

FER May Hakathon

Facial Emotion Detection Hackathon Project, Create a model and test it uing 5 to 10 sec videos to detect emotions

Facial Emotion Recognition

Python TensorFlow Jupyter Notebook


Logo


DDS logo
# Decoding Data Science in partnership with Falcons.ai

Objective: Develop an efficient facial emotion classification system employing OpenCV/Tensorflow to identify facial emotions within video streams. The goal is to achieve a high level of accuracy, low latency, and minimal computational overhead.

Similar to:

IMAGE ALT TEXT HERE

Data Source: A video dataset or a combination of image datasets featuring the target objects in states of emotion.

Kaggle : https://www.kaggle.com/datasets/msambare/fer2013

Preprocessing (if needed): Standardize or augment the images/video frames to improve model generalization, if necessary, while preserving the aspect ratio and critical features.

Model Selection & Training:

  1. Using the FER dataset(partial).
  2. Train a custom model using the prepared dataset and analyze the performance.
  3. Deploy Streamlit and OpenCV to allow users a web ui in which to upload a video and have the video frames analyzed by your model.

Expecation

The expectations are for the following:

  1. The code used to train the model.
  2. The model you trained.
  3. The Code used to run the UI and upload the video for inference.

This problem set provides a clear path to address image analysis issues using OpenCV, with a focus on Facial Emotion Classification in video streams. It allows researchers or students to hone in on critical aspects such as data preprocessing, model selection, hyperparameter tuning, performance evaluation, and results interpretation.

-------------- Fully functional Jupyternotebook will be added upon hack-a-thon challenge completion --------------

(back to top)


Usage


To use the notebook with relative ease please follow the steps below:

  1. Ensure all of the required libraries are installed.

  2. Load the libraries.

  3. Run the cells and the cloud images will be generated and saved in the "clouds" directory.


(back to top)


Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you want, feel free to fork this repository. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/YourFeature)
  3. Commit your Changes (git commit -m 'Add some YourFeature')
  4. Push to the Branch (git push origin feature/YourFeature)
  5. Open a Pull Request

(back to top)

License

(back to top)

Contact

Project Link: [https://github.com/Falcons-ai/fer_dds_challenge]

(back to top)

Contributing Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you want, feel free to fork this repository. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

Fork the Project Create your Feature Branch (git checkout -b feature/YourFeature) Commit your Changes (git commit -m 'Add some YourFeature') Push to the Branch (git push origin feature/YourFeature) Open a Pull Request

About

Facial Emotion Detection Hackathon Project , Create a model and test it uing 5 to 10 sec videos to detect emotions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published