Aditya4478/Human-Emotion-Detection
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
[[[[[[[[PyPower Project - Emotion Detection using AI]]]]]]]] - Use train.py file to train the model. - Change the number of classes according to you. - Do Experiment with different pre-trained models. - Execute the test.py file to run the Emotion Detection. - Enjoy Deep Learning. - The detailed tutorial is available in this video. Video Link -----------STEPS TO INSTALL & RUN----------- :::::::::::::::::::::::::::::::::::::::::::: -Install "Anaconda" application from official website https://www.anaconda.com/products/distribution -Open "Anaconda Navigator" (There may be some updates, if you wish you can update else its fine to go without any updates) -Go to "Environments" Section -Create new Environment named as "tensorflow" -Insall following new packages in Anaconda Navigator Prompt in tensorflow environment named : 1) tensorflow 2) keras 3) numpy 4) mkl_fft 5) mkl_random 6) numpy 7) numpy-base 8) opt_einsum - Open Anaconda Command Prompt & write following command : 1) activate tensorflow 2) pip install opencv-python - To Run Project open Anaconda Command Prompt & execute following steps : 1) Write "activate tensorflow" 2) Write "cd/[Path]" (Path=a pathe to reach to the file "Emotion-Detection-Master") Eg: cd New-Folder\Human-Emotion-Detection 3) Write "python test.py" - Press "q" to stop the project ::::::::::::::::::::::::::::::::::::::::::::