Mohcen2311 / Happy-Or-Sad-Detection-Deep-Learning-Model

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ...)

About

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


Languages

Language:Jupyter Notebook 100.0%