Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 2 months 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
```