/Singularity-Computer-Vision

Computer Vision Course Materials

Primary LanguageJupyter Notebook

Singularity-Computer-Vision

CV

This Repository for Singularity Computer Vision Course Materials.

How To Use

  1. Download Data.rar File from here.
  2. Unrar it.
  3. Move Data folder in the Repository Directory.
  4. Download this version for Anaconda from here.
  5. Downoad this version for Tesseract from here.
  6. Open Terminal.
  7. Type conda install -c conda-forge opencv to install OpenCV Library.
  8. 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.
  9. Type pip install pytesseract to install Tesseract Library.
  10. Type pip install --ignore-installed tensorflow
  11. Type cd Singularity-Computer-Vision.
  12. Type jupyter notebook.
  13. Here You Go, Start Shaping The Future