Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
RihabFekii committed Mar 31, 2023
1 parent b75fb08 commit c692aa9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# wildfire-smoke-detector
An end-to-end ML project for wildfire smoke detection.

This project is connected to a repository on [DagsHub](https://dagshub.com/Rihab.Feki/wildfire-smoke-detector).

**DagsHub** is a GitHub for Machine Learning projects. It eases MLOps practices by enabling data scientists and machine learning engineers to version their data, models, experiments, and code, through its integration with [DVC](https://dvc.org/doc) and [MLflow](https://mlflow.org/docs/latest/index.html).

## Run the project locally

1. Clone the project:
````shell 
git clone https://github.com/RihabFekii/
````

2. Set up a virtual python environment, by running the following commands:
````shell 
make env
source env/bin/activate .
````

0 comments on commit c692aa9

Please sign in to comment.