This collaborative initiative under Social Summer of Code 2025 is focused on building real-world AI/ML solutions across various domains using:
- π€ Deep Learning
- π Reinforcement Learning
- π§ LLM / NLP
- π Data Science & Intelligent Automation
Solving use-cases in:
- π₯ Healthcare
- π° Finance
- πΎ Agriculture
- π Stock & Crypto
- π£οΈ Road Safety
- π§ BiLSTM Architectures
- π Federated Learning
- π· Optical Detection
- π¬ Chatbots and NLP tasks
Letβs innovate, build, and grow β one PR at a time! π±
π Table of Contents
- π Project Structure
- π Restructuring Info
- π‘ Build or Contribute
- π·οΈ Issue Labels
- π§βπ» Get Started
- π Points System
- βοΈ Setup Guide
βΆοΈ Running Models- π Metrics & Status
- π Recent Updates
- π¬ Community & Support
- π¨βπ» Admin & Contributors
- π Letβs Make AI for All
π¦ All sub-projects are now organized under the src/ directory:
src/
βββ Agricultural Solutions/
β βββ Crop Yield Prediction/
β βββ Crop Recommendation/
β βββ Plant Disease Detection/
β
βββ Financial Analysis/
β βββ Cryptocurrency/
β βββ Market Analysis/
β βββ Business Analytics/
β
βββ Healthcare/
β βββ Disease Detection/
β βββ Medical Imaging/
β βββ Health Monitoring/
β
βββ Transportation & Safety/
β βββ Driver Safety/
β βββ Traffic Management/
β βββ Helmet Detection/
β
βββ Environmental Monitoring/
β βββ Weather Prediction/
β βββ Fire Detection/
β
βββ Machine Learning Techniques/
β βββ Federated Learning/
β βββ OCR Systems/
β βββ Bidirectional LSTM/
β
βββ Miscellaneous/
βββ units/ # Shared utilities
βββ requirements.txt
Each project contains:
- π Scripts/Notebooks
- π README.md per module
- π Visualizations, datasets, outputs (if applicable)
ποΈ Restructure Date: June 22, 2025
π Major migration to src/ for clarity and modularity.
π See CHANGES.md for detailed mappings.
β οΈ Important: Some imports may break. Please refactor accordingly and help improve path compatibility.
Build or enhance:
- π₯ Health risk scoring, early diagnosis
- π° Credit scoring, fraud detection
- πΎ Yield or disease classifiers
- π Time series & price forecasting
- π¬ LLM/NLP chatbots, summarizers
- π£οΈ Traffic/helmet/accident detection
- π Federated learning, BiLSTM pipelines
- π₯οΈ Web interfaces (Streamlit/Flask)
| Label | Description |
|---|---|
SSoC-beginner |
Beginner-friendly π± |
SSoC-intermediate |
Mid-level complexity |
SSoC-advanced |
Deep learning or complex logic |
web-app |
Frontend/backend integration |
LLM |
NLP, transformers, language models |
domain-* |
Specific domains (health, agri, etc.) |
bug |
Fix issues or errors |
enhancement |
Improve existing code |
documentation |
Improve READMEs or instructions |
- β Fork + Clone
git clone https://github.com/YOUR-USERNAME/DataSentience-AIML.git
cd DataSentience-AIML- π οΈ Pick or Create an Issue
- π Work inside correct
src/folder - π Include README.md + instructions
- β
Create Pull Request (
Closes #X)
| Task Type | Points |
|---|---|
| Bug Fixes | 10 |
| New Features | 20 |
| LLM/NLP Projects | 25 |
| Domain Contributions | 25 |
| Web Apps / Deployment | 30 β |
| Documentation | 5 |
π Top contributors are highlighted by mentors and may be featured in SSoC spotlights.
# Clone repo and set up environment
git clone https://github.com/YOUR-USERNAME/DataSentience-AIML.git
cd DataSentience-AIML
python3 -m venv venv
source venv/bin/activate # or venv\Scripts\activate (Windows)
pip install -r requirements.txt
# Set upstream for syncing
git remote add upstream https://github.com/PRIYANSHU2026/DataSentience-AIML.git
git fetch upstream
git pull upstream mainπ Common Issues:
ModuleNotFoundErrorβ Check folder structure or update paths- CUDA mismatch β Match PyTorch version with your CUDA version
- Memory error β Use cloud GPU or reduce batch size
- Streamlit
streamlit run app.py- Flask
python app.pyπ₯οΈ Hardware Suggestions
- Simple models: 8GB RAM, CPU
- Complex models: 16GB+, GPU
- LLM training: β₯32GB RAM, 8GB VRAM
| Metric | Status |
|---|---|
| Models Implemented | 15+ |
| Domains Covered | 8 |
| Ready-to-Use Models | 5+ |
| Python Version | 3.8+ |
| Active Contributions | β Ongoing |
| Code Coverage | ~78% |
- βοΈ Helmet Detection added (June 5, 2025)
- βοΈ Health Risk Model (+12% accuracy)
- βοΈ BiLSTM on MedText (May 2025)
- βοΈ Crop AI Dashboard (Streamlit)
- βοΈ Federated Framework Base Ready
π In Progress:
- π Real-time stock API
- π Multilingual NLP
- π± Mobile AI Export
- π οΈ Deployment Templates
- π Extended Docs
- Ask via GitHub Issues
- Stay respectful, inclusive, and helpful
- π Open-source is for everyone!
|
|
Weβre glad you're here. Contribute, learn, and innovate with us this summer!
