You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 月之前
5 月之前
5 月之前
2 天之前
5 月之前
2 天之前
5 月之前
2 天之前
5 月之前
2 天之前
5 月之前
2 天之前
5 月之前
1234567891011121314151617181920212223242526272829303132333435
  1. CHAMPI
  2. ==============================
  3. ## 🍄 Reconnaissance de champignons 🍄
  4. **Projet de groupe 2024 DataScientest**
  5. * [Heuzef](https://heuzef.com)
  6. * [Yvan Rolland](https://github.com/YvanRLD)
  7. * [Viktoriia Saveleva](https://github.com/SavelevaV)
  8. * [Florent Constant](https://github.com/FConstantMovework)
  9. Organisation du projet
  10. ------------
  11. ```
  12. ├── LICENSE
  13. ├── README.md
  14. ├── dataset <- The final, canonical data sets for modeling
  15. ├── models <- Trained and serialized models, model predictions, or model summaries
  16. ├── notebooks <- Jupyter notebooks.
  17. ├── references <- Documentation, manuals, links, and all other explanatory materials.
  18. ├── reports <- Project reports
  19. ├── requirements.txt <- The requirements file for reproducing the analysis environment
  20. ├── src <- Source code for use in this project.
  21. ```