facebookresearch / nougat

Implementation of Nougat Neural Optical Understanding for Academic Documents
https://facebookresearch.github.io/nougat/
MIT License
8.94k stars 567 forks source link

Run Nougat on Colab #94

Open FedeFRC opened 1 year ago

FedeFRC commented 1 year ago

Hi, Is it possible to run Nougat on Colab? How?

lukas-blecher commented 1 year ago

You can try this half working notebook which gives you the same demo as the HF space https://colab.research.google.com/github/facebookresearch/nougat/blob/notebook-demo/notebooks/nougat.ipynb

FedeFRC commented 1 year ago

Cool! Thank you!