This is a piece of reality test program for testing the trained ML data model.
- Take reference from URL: https://realpython.com/installing-python/
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- python get-pip.py
- python3 -m venv the-name-of-your-python-virtual-environment
- source the-name-of-your-python-virtual-environment/bin/activate
- For example as below
- python3 -m venv emovm
- source emovm/bin/activate
sudo pip install opencv-contrib-python
cd FER2013_Model_Test
- pip install -r requirements.txt
You can run the tests with:
python3 do_test.py
press Ctrl + c
https://www.itechtics.com/enable-administrator-account-windows-10/
https://www.howtogeek.com/194041/how-to-open-the-command-prompt-as-administrator-in-windows-8.1/
https://www.itechtics.com/enable-administrator-account-windows-10/
https://www.howtogeek.com/194041/how-to-open-the-command-prompt-as-administrator-in-windows-8.1/
- Take reference from URL: https://realpython.com/installing-python/
https://www.makeuseof.com/tag/install-pip-for-python/
- pip install virtualenv
- pip install virtualenvwrapper-win
mkvirtualenv HelloPeter
cd fer2013_model_test
pip install -r requirements.txt pip install opencv-contrib-python
python do_test.py