Ecosyste.ms: Awesome
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 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohammadshaad/fer-ducnn
- Owner: mohammadshaad
- Created: 2024-07-23T18:53:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T03:03:18.000Z (5 months ago)
- Last Synced: 2024-08-22T03:56:17.019Z (4 months ago)
- Language: Jupyter Notebook
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```