Login
Register
Home
OCR Expense List
Expense List
Add Expense
Edit Expense
Logout
-
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 installedwhich 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
- On Mac/Linux
-
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
- navigate to the