Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 500 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 500 Bytes

VisualFontRecognition

How to use:

  • Install Anaconda https://www.anaconda.com/download/ (maybe provided by package manager ?)
  • Using Anaconda navigator, create a new environment, add the "pytorch" channel and install at least the following package : pillow, nb_conda, ipykernel, pytorch
  • With bash/anaconda prompt/... activate the newly created environment with activate ENVNAME and install torchvision with pip (pip install torchvision)
  • Launch Jupyter Notebook from Anaconda navigator