Skip to content

jimmysured/2019_AIS3_NS_project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

National Security - AIS3 2019 Project

Getting Start

Backend & demo frontend

Install

cd backend && pip install -r requirements.txt

You must install the tesseract-ocr on your computer to make sure the ocr work correctly

Run the backend server

  1. change the location in main.py line 14 to match your computer environment
  2. Run the server
    python main.py
    

Visit the localhost:5000 you will see the demo page to upload the image

The upload image & after ocr text will save in backend/img/upload

Contributors

  • setsal Lan

About

2019 AIS3 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.8%
  • JavaScript 27.2%
  • HTML 23.0%