Skip to content

End product for the mentorship workshop series. The main branch will have a basic version, the fancy branch will have a tricked-out version to show how students can keep developing this project.

Notifications You must be signed in to change notification settings

VandyHacks/ml-webdev-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textbook Reader and Analyzer

This simple React WebApp will analyze images of textbooks and provide the text it contains as well as a summary of its content.

How To Set Up

After cloning the repository, run npm i to download the necessary packages. Then, create a .env file in the root folder with the variable REACT_APP_HUGGINGFACE_TOKEN set to your HuggingFace token. Run npm start to deploy locally.

Branch Layout

The main branch will contain the bare minimum code that we will be teaching during the series. The fancy branch will contian a tricked-out version of the code with all the bells and whistles: pretty CSS (complete with squircle buttons), an option to paste the image rather than choose a file, and perhaps a way to take a pdf and do the analysis on that (even if it has multiple pages ;) ).

About

End product for the mentorship workshop series. The main branch will have a basic version, the fancy branch will have a tricked-out version to show how students can keep developing this project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published