Updated the README

This commit is contained in:
Nabil Ould Hamou 2025-01-31 23:25:52 +01:00
parent 6cf6171e2b
commit e877350039

View File

@ -26,12 +26,11 @@ To run the projet you need the following requirements:
## Running the project 🚀
```sh
python -m venv .venv
source .venv/bin/activate
pip install requirements.txt
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install requirements.txt
python train.py # If you want to train your own model
python main.py
$ python main.py
```
## Development 🔨