Giter VIP home page Giter VIP logo

flask-receipt-scanner's Introduction

Flask - Receipt Scanner

Screencapture

Table of Contents

Click to expand
  1. Introduction
  2. Setup
  3. Authors
  4. License
  5. References

1 Introduction

Receipt Scanner is a Web GUI that runs on top of a Flask Web Server. The following features are implemented.

Frontend:

  • File Upload
  • Image Preview
  • Text Preview (Tabular Style)
  • Text Preview (OCR TEXT)
  • Text Preview (RAW JSON)

Server

There is neither an OCR library nor an Information Extraction library included. Feel free to add your preferenced services. This project is meant for mostly kickstart purposes only.

2 Setup

Make sure to have Python 3.6 or newer installed.

2.1 Get virtualenv

$ pip3 install virtualenv

2.2 Create a virtual enviroment

Make sure to create a Python3 instead of Python2 enviroment by refrencing its binaries.

$ which python3
/usr/bin/python3

You can use any name you want, we will use "venv".

$ virtualenv -p /usr/bin/python3  venv

2.3 Activate enviroment

$ . venv/bin/activate

Now you have activated your virual enviroment and your teminal should display its name as so:

$(venv)

2.4 Install requried packages

$(venv) pip install -r requirements.txt  

2.5 Run The Application

$(venv) python server.py

You’ll see output similar to this:

Serving Flask app "server"
Environment: development
Debug mode: on
Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

3 Authors

4 License

This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.

5 References

🌟 PLEASE STAR THIS REPO IF YOU FOUND SOMETHING INTERESTING 🌟

flask-receipt-scanner's People

Contributors

dependabot[bot] avatar egillanton avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.