Install
- Python
create a python virtual environment with the name of "science2024"
python -m venv <virtual_env_name>
in order to activate it execute the following command, under the path of where the environment was created
<virtual_env_name>\Scripts\activate.bat
source venv/bin/activate
create a a new file with the name requirements.txt
opencv-python-headless
pytesseract
flask
numpy
Pillow
in order to execute the requierements execute the following command
pip install -r requirements.txt