Skip to content

spideyclick/Librarium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Librarium Project Guide

Main Objectives

  • Build a library app following the MDN this tutorial up to step 11
  • Then build a page with one of two features:
    • OCR upload page: allow a user to upload a file, run an OCR library on it, and display the text below
  • Finally, containerize the app using Docker

Resources

Breakdown

  • Create GitHub project
  • Clone in VSCode
  • Set up python venv
  • Build a basic Django app
  • Dockerize it. I think we need to do this early.
  • Try running the Docker app locally
  • Continue going through the Django tutorial
  • Test out pyTesseract
  • Build OCR page
  • Clean up UI
  • Final code cleanup

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published