Repository for Image Processing project
GNU General Public License v3.0
0
stars
0
forks
source link
Pre-Requisites
- Node.js v21.5.x
- NPM v10.2.x
- Python v3.10.x
- Virtualenv
Installing Dependencies
Frontend Dependencies
- Navigate to
frontend/
and run npm install
Backend Dependencies
- Navigate to
backend/
and run virtualenv .
- Enter your virtualenv with
source bin/activate
- Run
pip install -r requirements.txt
Running
Starting the Frontend
- Execute
npm run dev
Starting the Backend
- Start the virtualenv with
source bin/activate
- Execute
python3 app.py