Skip to content

Commit 0b6beb8

Browse files
authored
Revise usage steps and author details in README
Updated usage instructions and author information in README.
1 parent 26697bc commit 0b6beb8

1 file changed

Lines changed: 8 additions & 15 deletions

File tree

README.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,19 @@ oasis-security/
4545
## 📊 Usage
4646

4747
1. Create & activate a virtual environment:
48-
```bash
4948
python3 -m venv .venv
5049
source .venv/bin/activate
51-
'''
50+
5251

5352
2. Install dependencies:
54-
'''bash
5553
pip install -r models/crime_predictor/requirements.txt
56-
'''
5754

5855
3. Run training:
59-
'''bash
6056
python models/crime_predictor/src/train.py
61-
'''
6257

6358
4. Start prediction API:
6459
python models/crime_predictor/src/predict.py
65-
'''
60+
6661

6762
📝 Contribution & CI/CD
6863

@@ -75,14 +70,12 @@ Core: Python 3.13, scikit-learn, joblib
7570
Future: FastAPI, MLflow, Docker, GitHub Actions
7671
Data: data.gouv.fr (police/gendarmerie 2016-2025)
7772

78-
📝 Author
79-
80-
Frédéric Tellier – Data Scientist
81-
LinkedIn : https://www.linkedin.com/in/fr%C3%A9d%C3%A9ric-tellier-8a9170283/ | Portfolio : https://github.com/Dreipfelt/
82-
83-
Licence: MIT
84-
=======
85-
Author: Frédéric Tellier – Data Scientist
8673
📜 License
8774

8875
MIT License
76+
77+
📝 Author
78+
79+
Frédéric Tellier – Data Scientist
80+
LinkedIn : https://www.linkedin.com/in/fr%C3%A9d%C3%A9ric-tellier-8a9170283/
81+
| Portfolio : https://github.com/Dreipfelt/

0 commit comments

Comments
 (0)