This Repository for Singularity Computer Vision Course Materials.
How To Use
- Download Data.rar File from here.
- Unrar it.
- Move Data folder in the Repository Directory.
- Download this version for Anaconda from here.
- Downoad this version for Tesseract from here.
- Open Terminal.
- Type
conda install -c conda-forge opencv
to install OpenCV Library. - Type
pip install https://files.pythonhosted.org/packages/0e/ce/f8a3cff33ac03a8219768f0694c5d703c8e037e6aba2e865f9bae22ed63c/dlib-19.8.1-cp36-cp36m-win_amd64.whl#sha256=794994fa2c54e7776659fddb148363a5556468a6d5d46be8dad311722d54bfcf
to install DLib Library. - Type
pip install pytesseract
to install Tesseract Library. - Type
pip install --ignore-installed tensorflow
- Type
cd Singularity-Computer-Vision
. - Type
jupyter notebook
. - Here You Go, Start Shaping The Future