Project source code repository
Alexandre St-Martin - 300052137
Ahmad El Mokahal - 300059298
Ansh Patel - 300102472
Dima Cherepovskyi - 300016008
Humza Faisal – 300042664
Mohammad Osama – 8770948
-
Python 3.10, during installation click "install for all users", and "add to PATH"
-
pip3 install cmake -
pip3 install Flask -
pip3 install dlib -
pip3 install opencv-python -
pip3 install opencv-contrib-python// for CPU only execution, without GPU -
pip3 install face-recognition -
pip3 install Flask Flask-SQLAlchemy -
pip3 install Flask-Reuploaded -
pip3 install flask-uploads -
pip3 install Flask-WTF -
pip3 install geopy -
pip3 install imutils -
pip3 install matplotlib -
pip3 install numpy -
pip install pyOpenSSL -
pip install boto3
Install Tesseract OCR:
- https://stackoverflow.com/questions/50951955/pytesseract-tesseractnotfound-error-tesseract-is-not-installed-or-its-not-i
- https://github.com/UB-Mannheim/tesseract/wiki
pip3 install pytesseract
Change path:
pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe'
To run the flask application: python3 app.py
Useful links:
https://github.com/Worm4047/Sockets-Exp
https://github.com/Leaflet/Leaflet
https://github.com/Turbo87/leaflet-sidebar
https://pyshine.com/Online-Video-Processing-From-Client-Camera/