You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️IMPORTANT WARNING:
The repository structure has been completely reorganized for better clarity and future scalability.
Please update your imports and file paths accordingly as some code may break due to path changes.
📂 Project Migration Summary
We've reorganized all projects into a cleaner and more logical structure. Below is the updated mapping:
🌾 Agricultural Solutions
Previous Location
New Location
Agriculture/Crop yield predictor
src/Agricultural Solutions/Crop Yield Prediction
Agriculture/Crop recommender
src/Agricultural Solutions/Crop Recommendation System
Environmental Monitoring: Weather prediction, fire detection
Machine Learning Techniques: Specialized ML methodologies
Miscellaneous: Everything else
How to Add a New Project
Choose the most suitable category
Create your project folder inside src/[Category]/[Your Project Name]
Submit a pull request (PR) with your additions
If your project doesn't fit, place it temporarily under: src/Miscellaneous/
Open an issue if you'd like a new category added
🤖 AI Assistant Prompt for Categorization
Use this prompt to classify new projects:
I'm working on a new AI/ML project titled "[YOUR PROJECT TITLE]" for the repository.
The repository has the following categories:
- Agricultural Solutions
- Financial Analysis
- Healthcare
- Transportation & Safety
- Environmental Monitoring
- Machine Learning Techniques
- Miscellaneous
Based on the title, please suggest:
1. The most appropriate category
2. A suitable subcategory (if applicable)
3. A standardized name for the project folder
🗂️ Requesting a New Category
If no category fits:
Use src/Miscellaneous/
Open an issue with:
Project name & description
Reason existing categories don't fit
Suggested new category & potential subcategories
Any future projects that would belong
📊 Project Count
Original Structure: 31 loosely organized projects across 9 folders
New Structure: 31 projects in 6 structured categories with subcategories
🧱 Note on Shared Components
The units folder is now located at: src/units/ for better modular structure and reuse.