abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
393 stars 341 forks source link

Facial Expression Recognition with PytTorch #846

Closed sreevidya-16 closed 4 months ago

sreevidya-16 commented 4 months ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Facial Expression Recognition with PytTorch :red_circle: Aim : To develop a facial expression recognition system using PyTorch that classifies facial expressions into various categories using a convolutional neural network (CNN).
:red_circle: Dataset : The dataset used for this project is available on Kaggle. It contains images of faces categorized by different expressions such as happy, sad, angry, surprised, etc. URL : https://www.kaggle.com/code/veb101/facial-expression-recognition-using-pytorch
:red_circle: Approach :

  1. Exploratory Data Analysis (EDA): Perform EDA to understand the dataset, visualize the distribution of different expressions, and preprocess the data.
  2. Model Development: Implement and compare 3-4 different algorithms/models to identify the best-performing model based on accuracy scores.
  3. Model Evaluation: Evaluate the performance of each model using appropriate metrics and select the best-fit model.
  4. Visualization: Provide visualizations of the results and model performance.

:white_check_mark: To be Mentioned while taking the issue :

github-actions[bot] commented 4 months ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

abhisheks008 commented 4 months ago

Already present in the repository. Closing this issue as duplicate problem statement.