Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# 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](https://www.youtube.com/channel/UCKOes5Yy0Ee9RnlbpJHJOyA/videos)

## 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"**

- Install 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 :

```
activate tensorflow
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
51 changes: 0 additions & 51 deletions Readme.txt

This file was deleted.