Skip to content

MarketGad/ocr_server

Repository files navigation

OCR_Server

apt-get install python3-venv    //if you don't have python3-venv

export FLASK_ENV=development
export FLASK_APP=application.py
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
python3 -m flask run 
or
python3 -m flask run --host=0.0.0.0

Open at http://0.0.0.0:5000/ and see the magic happen

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •