Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m0hc3n/happy-or-sad-detection-deep-learning-model

This is a simple deep learning model to detect whether a person is happy or sad.
https://github.com/m0hc3n/happy-or-sad-detection-deep-learning-model

body-recognition convolutions deep-learning deep-neural-networks face-recognition-opencv

Last synced: about 2 months ago
JSON representation

This is a simple deep learning model to detect whether a person is happy or sad.

Awesome Lists containing this project

README

        

# Happy-Or-Sad-Detection-Deep-Learning-Model
This is a simple deep learning model to detect whether a person is happy or sad.

## Data Collection
the data used was retrieved from the web using a great extention called Download All Images.
The result can be found on /data folder.

## Installation
#### setting a Python virtual environment : ```py -m venv env```
#### install required dependencies : ```pip install jupyter jupyter-server tensorflow opencv-python matplotlib```
#### run the virtual environment : ```.\env\Scripts\activate```
#### pop up the jupyter lab : ```jupyter notebook```
#### deactivating the virtual environment: ```deactivate```


## Idea
The idea was inspired from Nicholas Renotte's video. Please check his youtube channel, it is greatly enriching in many domains (Data Science, Computer Vision, DL, ML ...)