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

https://github.com/mohammadshaad/fer-ducnn


https://github.com/mohammadshaad/fer-ducnn

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# INSTRUCTIONS TO RUN THE MODEL

## Commands to run the model
```bash
python3 -m pip install --upgrade pip
python3 -m venv fer_env
source fer_env/bin/activate
pip install tensorflow pandas numpy opencv-python scikit-learn jupyter pyarrow
```