Cippppy commited on
Commit
714cfe6
·
1 Parent(s): a26927c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # GICI Wiki
2
 
3
  Welcome to the help/user guide for the Gradio Image Classification Interface (GICI).
@@ -8,11 +18,9 @@ Welcome to the help/user guide for the Gradio Image Classification Interface (GI
8
  3. Next, open the Interface_ver2.py file in your prefered IDE.
9
  4. Run and Debug the code.
10
  5. Open a terminal in the IDE and look for the URL output. Ctr click the link to open in Gradio Interface in your default browser.
11
-
12
  ### Using the Interface (Features)
13
  1. Start by uploading a picture using any of the 3 features. These is webcam (device camera), image import, and drag and drop functionality.
14
  TODO - Finish this section
15
-
16
  ### Understanding the Repository (Deep-Dive into the File Structure)
17
  | Folder / File Name | Summary |
18
  |------------------------|-------------------------------------------------------------------------------|
 
1
+ ---
2
+ title: yolov7_interface
3
+ sdk: gradio
4
+ sdk_version: 3.50.1
5
+ emoji: 📉
6
+ colorFrom: blue
7
+ colorTo: purple
8
+ python_version: 3.11.5
9
+ app_file: Interface_ver2.py
10
+ ---
11
  # GICI Wiki
12
 
13
  Welcome to the help/user guide for the Gradio Image Classification Interface (GICI).
 
18
  3. Next, open the Interface_ver2.py file in your prefered IDE.
19
  4. Run and Debug the code.
20
  5. Open a terminal in the IDE and look for the URL output. Ctr click the link to open in Gradio Interface in your default browser.
 
21
  ### Using the Interface (Features)
22
  1. Start by uploading a picture using any of the 3 features. These is webcam (device camera), image import, and drag and drop functionality.
23
  TODO - Finish this section
 
24
  ### Understanding the Repository (Deep-Dive into the File Structure)
25
  | Folder / File Name | Summary |
26
  |------------------------|-------------------------------------------------------------------------------|