Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amanapt/cemission
https://github.com/amanapt/cemission
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amanapt/cemission
- Owner: AmanApT
- License: mit
- Created: 2023-02-11T06:00:43.000Z (almost 2 years ago)
- Default Branch: frontend-deployment
- Last Pushed: 2023-12-05T08:43:16.000Z (12 months ago)
- Last Synced: 2024-10-12T04:23:42.570Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://reclaim-green-project.vercel.app
- Size: 83.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Note : The default branch is one with the deployed link (only frontend), main branch is the complete project that has Machine Learning Model.
## Flow Chart of the project:
## Run Locally
Clone the project
```bash
git clone https://github.com/Anupreet1213/Invoicer-TS.git
```**Start the frontend with**
```bash
cd frontend
```Install dependencies
```bash
npm install
```Start the react-app
```bash
npm start
```**Start the backend server with**
```bash
cd backend
```Install dependencies
```bash
pip install -r requirements.txt
``````bash
pip install scikit-learn==1.2.0
```Start the backend-server
```bash
python app.py
```