vivek12coder commited on
Commit
ef9ba47
·
1 Parent(s): 36dd4e6

Initial commit - uploaded project

Browse files
Files changed (2) hide show
  1. .gitignore +6 -1
  2. README.md +21 -0
.gitignore CHANGED
@@ -167,4 +167,9 @@ outputs/cache/
167
  # IDE specific files
168
  .vscode/settings.json
169
  .idea/workspace.xml
170
- .idea/tasks.xml
 
 
 
 
 
 
167
  # IDE specific files
168
  .vscode/settings.json
169
  .idea/workspace.xml
170
+ .idea/tasks.xml
171
+
172
+ # Hugging Face Spaces specific
173
+ .gradio/
174
+ flagged/
175
+ *.db
README.md CHANGED
@@ -1,3 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # 🌱 Crop Disease Detection API
2
 
3
  [![Python](https://img.shields.io/badge/Python-3.9%2B-blue.svg)](https://python.org)
 
1
+ ---
2
+ title: Crop Disease Detection API
3
+ emoji: 🌱
4
+ colorFrom: green
5
+ colorTo: blue
6
+ sdk: docker
7
+ app_port: 7860
8
+ pinned: false
9
+ license: mit
10
+ tags:
11
+ - computer-vision
12
+ - agriculture
13
+ - disease-detection
14
+ - fastapi
15
+ - pytorch
16
+ - resnet50
17
+ - grad-cam
18
+ - crop-monitoring
19
+ short_description: AI-powered crop disease detection API for pepper, potato, and tomato plants
20
+ ---
21
+
22
  # 🌱 Crop Disease Detection API
23
 
24
  [![Python](https://img.shields.io/badge/Python-3.9%2B-blue.svg)](https://python.org)