Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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. ```