Genis commited on
Commit
f2e3a72
Β·
verified Β·
1 Parent(s): cfec9be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -13,9 +13,9 @@ from ModelCreator import Model
13
 
14
  m = Model()
15
 
16
- markdown_head = """# <center>πŸš€πŸ‘οΈ Create your own Classifier πŸ‘οΈπŸš€</center>
17
- ### By Elok Quence 🦾
18
 
 
19
  This space is intended to give high level tools so everyone can make his own image classification model and use it for any purpose.
20
 
21
  ## How to create it and test it
@@ -23,10 +23,10 @@ This space is intended to give high level tools so everyone can make his own ima
23
  1. Put some images in a folder classified by subfolders indicating the classes. Like: \n
24
  - img_folder/cat/image_of_cat_0.png
25
  - img_folder/dog/image_of_dog_4.jpeg \n
26
- I recomment around 5 images per class. \n
27
  2. Right click in the folder and press "compress..." in ".zip" mode. This will create you a zip file. \n
28
  3. Upload the file on the space. \n
29
- 4. Once uploaded, try with some images to test that everything is going well and have fun.
30
  5. Are you grateful? πŸ«€ Do you want to export the model to use It outside this space? ⬇️ Check the information at the bottom
31
 
32
  ---
 
13
 
14
  m = Model()
15
 
16
+ markdown_head = """# <center>πŸš€πŸ‘οΈ Create your own Image Classifier πŸ‘οΈπŸš€</center>
 
17
 
18
+ Have you got a personal project that needs a tool to automatically classify images? \n
19
  This space is intended to give high level tools so everyone can make his own image classification model and use it for any purpose.
20
 
21
  ## How to create it and test it
 
23
  1. Put some images in a folder classified by subfolders indicating the classes. Like: \n
24
  - img_folder/cat/image_of_cat_0.png
25
  - img_folder/dog/image_of_dog_4.jpeg \n
26
+ I recommend around 5 images per class. \n
27
  2. Right click in the folder and press "compress..." in ".zip" mode. This will create you a zip file. \n
28
  3. Upload the file on the space. \n
29
+ 4. Once uploaded, try with some images to test that everything is going well and have fun. \n
30
  5. Are you grateful? πŸ«€ Do you want to export the model to use It outside this space? ⬇️ Check the information at the bottom
31
 
32
  ---