Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amanapt/cemission


https://github.com/amanapt/cemission

Last synced: 7 days ago
JSON representation

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:

Capture

## 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
```