https://github.com/mohammadshaad/fer-ducnn
https://github.com/mohammadshaad/fer-ducnn
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohammadshaad/fer-ducnn
- Owner: mohammadshaad
- Created: 2024-07-23T18:53:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T03:03:18.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T14:16:45.249Z (over 1 year 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
```