kyvu commited on
Commit
af4103c
·
1 Parent(s): 9c51b65

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <h1>Mushroom classification</h1>
2
+ <p>
3
+ The model will predict the mushroom image if it belongs to below species.
4
+ </p>
5
+ <ul>
6
+ <li>Agaricus</li>
7
+ <li>Amanita</li>
8
+ <li>Boletus</li>
9
+ <li>Cortinarius</li>
10
+ <li>Entoloma</li>
11
+ <li>Exidia</li>
12
+ <li>Hygrocybe</li>
13
+ <li>Inocybe</li>
14
+ <li>Lactarius</li>
15
+ <li>Russula</li>
16
+ <li>Suillus</li>
17
+ </ul>