Skip to content

gopalkatariya44/OCRExpenses

Repository files navigation

Expense With OCR

🚀 Demo

Login

Register

Home

OCR Expense List

Expense List

Add Expense

Edit Expense

Logout

⚒️ Set-Up Instructions

SetUp Icon

  • Open your terminal / command prompt.

  • Clone the repository

    git clone repo
    
  • Change the directory to the cloned project

    cd OCRExpenses
    
  • Ensure you have any version of Python below 3.10 installed in your system and you have virtualenv package installed

    which python
    
    pip install virtualenv
    
  • Create a new virtual environment

    python -m venv env
    
  • Activate virtual enviroment

    • On Mac/Linux
      source env/bin/activate
      
    • On Windows
      env/Scripts/Activate.ps1 
      
  • Install the dependencies

    pip install -r requirements.txt
    

IMPORTANT:

  • Prepare .env file
  • Create a bucket in your s3, For first-time run uncomment this line
  • Allow IAM user to have full access to S3 and Textract
  • Run the Web application
    python main.py
    

    Note:

    • navigate to the http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published