AI OCR Frontend
1.0.0
This repository is the frontend code for a tool with which you can extract data from images using visual LLMs. The backend code (using fastapi) can be found here: AI-OCR.
To use the AI-OCR tool, it is best if you install both repositories, backend and frontend, i.e. follow these steps:
git clone https://github.com/jWinman91/AI-OCR.git
cd ai-ocrpip install -r requirements.txtdocker run -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=JensIsCool -p 5984:5984 -d --name config_db couchdb:latestgit clone https://github.com/jWinman91/AI-OCR-Frontend.git
cd ai-ocr-frondendpip install -r requirements.txtYou can then start the backend by running:
python app.py $IP_ADDRESSMake sure that the docker container for the coachdb is running.
Since, the backend uses fastapi, you could now try it out via the fastapi docs by going to $IP_ADDRESS:5000/docs.
But you can also start the frontend now by running:
chmod +x start_up.sh
./start_up.shfrom within the cloned frontend repository.
A streamlit window will automaticall open in your browser. Within the web application you'll then find two pages on the sidebar: