crusadersAI commited on
Commit
25182f5
·
verified ·
1 Parent(s): 642eee8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -4,7 +4,7 @@
4
 
5
  AgriBot is a machine learning model for diagnosing maize (corn) leaf diseases. The model uses MobileNetV2 as a feature extractor combined with Logistic Regression for classification, achieving 94% accuracy.
6
 
7
- This model was developed by **Ekip Crusaders** during the **AYITI IA 2025 Hackathon** (November 28-30, 2025).
8
 
9
  ## Model Details
10
 
@@ -131,11 +131,11 @@ print(f"Confidence: {confidence:.2f}%")
131
  - **Classifier**: Logistic Regression
132
  - **Training Framework**: PyTorch + scikit-learn
133
  - **Hackathon Duration**: 3 days (November 28-30, 2025)
134
- - **Team**: Ekip Crusaders
135
 
136
- ## Team - Ekip Crusaders
137
 
138
- This model was developed during the AYITI IA 2025 Hackathon by Ekip Crusaders team members.
139
 
140
  **Hackathon**: AYITI IA 2025
141
  **Dates**: November 28-30, 2025
@@ -164,7 +164,7 @@ The web app provides:
164
 
165
  MIT License
166
 
167
- Copyright (c) 2025 Ekip Crusaders
168
 
169
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
170
 
@@ -178,7 +178,7 @@ If you use this model in your research or application, please cite:
178
  ```bibtex
179
  @software{agribot_crusaders_2025,
180
  title={AgriBot: Maize Leaf Disease Diagnosis Model},
181
- author={Ekip Crusaders},
182
  year={2025},
183
  month={November},
184
  howpublished={AYITI IA 2025 Hackathon},
 
4
 
5
  AgriBot is a machine learning model for diagnosing maize (corn) leaf diseases. The model uses MobileNetV2 as a feature extractor combined with Logistic Regression for classification, achieving 94% accuracy.
6
 
7
+ This model was developed by **Crusaders** during the **AYITI IA 2025 Hackathon** (November 28-30, 2025).
8
 
9
  ## Model Details
10
 
 
131
  - **Classifier**: Logistic Regression
132
  - **Training Framework**: PyTorch + scikit-learn
133
  - **Hackathon Duration**: 3 days (November 28-30, 2025)
134
+ - **Team**: Crusaders
135
 
136
+ ## Team - Crusaders
137
 
138
+ This model was developed during the AYITI IA 2025 Hackathon by Crusaders team members.
139
 
140
  **Hackathon**: AYITI IA 2025
141
  **Dates**: November 28-30, 2025
 
164
 
165
  MIT License
166
 
167
+ Copyright (c) 2025 Crusaders
168
 
169
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
170
 
 
178
  ```bibtex
179
  @software{agribot_crusaders_2025,
180
  title={AgriBot: Maize Leaf Disease Diagnosis Model},
181
+ author={Crusaders},
182
  year={2025},
183
  month={November},
184
  howpublished={AYITI IA 2025 Hackathon},