Running a project with the commands:
- Navigate to the "frontend" Directory:
cd frontend
- Install Dependencies:
npm install
- Start the Development Server:
npm start
Running a project with the commands:
- Navigate to the "yolov5" Directory:
cd yolov5
- Install Python Dependencies from the requirements file:
pip install -r requirements.txt
Running a project with the commands:
- Navigate to the "backend" Directory:
cd backend
- Install Python Dependencies from the requirements file:
pip install -r requirements.txt
- Start the Backend Server:
python manage.py runserver
https://fypml.studio/