Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YassineOuhadi committed Jun 10, 2023
1 parent ee2e2d4 commit 2579e05
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,47 +8,38 @@ Utilizing Deep Learning for Object Recognition and Tracking in Aerial Images/Vid

`git clone https://github.com/YassineOuhadi/Real-Time-Object-Detection.git`

2. Navigate to the root directory of the application:

`cd flask-api`

3. Install required packages:
2. Install required packages:

`pip install -U pip virtualenv`
`pip install flask`
`pip install ultralytics`
`pip install opencv-python`

4. Create a virtual environment:
3. Create a virtual environment:

`python -m venv venv`

5. Activate the virtual environment:
4. Activate the virtual environment:

`source venv/bin/activate`

6. Run the Flask application:
5. Run the Flask application:

`python -m flask --app ./app.py run`

## Get started with React Interface

To run this application in `http://localhost:3000/`, follow these steps:

1. Navigate to the root directory of the application:

`cd react-app`

2. Install dependencies:
1. Install dependencies:

`npm install`

3. Install client dependencies:
2. Install client dependencies:

`cd client`
`npm install`

4. Run the application:
3. Run the application:

`cd ..`
`npm run dev`

0 comments on commit 2579e05

Please sign in to comment.