|
1234567891011121314151617181920212223242526272829303132333435 |
- CHAMPI
- ==============================
-
- ## 🍄 Reconnaissance de champignons 🍄
-
- **Projet de groupe 2024 DataScientest**
-
- * [Heuzef](https://heuzef.com)
-
- * [Yvan Rolland](https://github.com/YvanRLD)
-
- * [Viktoriia Saveleva](https://github.com/SavelevaV)
-
- * [Florent Constant](https://github.com/FConstantMovework)
-
- Organisation du projet
- ------------
-
- ```
- ├── LICENSE
- ├── README.md
- ├── dataset <- The final, canonical data sets for modeling
- │
- ├── models <- Trained and serialized models, model predictions, or model summaries
- │
- ├── notebooks <- Jupyter notebooks.
- │
- ├── references <- Documentation, manuals, links, and all other explanatory materials.
- │
- ├── reports <- Project reports
- │
- ├── requirements.txt <- The requirements file for reproducing the analysis environment
- │
- ├── src <- Source code for use in this project.
- ```
|