Note: There are two branches(Main and main with ML) for full code consider(main with ML branch), else other branch has a static result and it won't be generated by model.
This project was bootstrapped with Create React App.
Clone the project
git clone https://github.com/Anupreet1213/Invoicer-TS.git
Start the frontend with
cd frontend
Install dependencies
npm install
Start the react-app
npm start
Start the backend server with
cd backend
Install dependencies
pip install -r requirements.txt
Start the backend-server
python app.py