PRIYANSHU2026/DataSentience-AIML

44

stars

1,312

commits

Jupyter Notebook

primary language

May 21, 2026

updated

README

🌐 DataSentience-AIML πŸ’‘

Part of Social Summer of Code 2025 πŸš€ & GirlScript Summer of Code 2025 πŸš€

Harnessing AI across Healthcare, Finance, Agriculture, NLP, Safety & More


Contributions Welcome Python Badge SSoC Badge AI MultiDomain Badge
Repo Size Stars Forks Issues

AI Theme Gif

πŸ‘‹ Welcome Contributors!

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

πŸ“¦ 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)

Back To Top


πŸ”„ Restructuring Info

πŸ—“οΈ 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 Contribute

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)

🏷️ Issue Labels

LabelDescription
SSoC-beginnerBeginner-friendly 🌱
SSoC-intermediateMid-level complexity
SSoC-advancedDeep learning or complex logic
web-appFrontend/backend integration
LLMNLP, transformers, language models
domain-*Specific domains (health, agri, etc.)
bugFix issues or errors
enhancementImprove existing code
documentationImprove READMEs or instructions

πŸ§‘β€πŸ’» Get Started

  1. ⭐ Fork + Clone
git clone https://github.com/YOUR-USERNAME/DataSentience-AIML.git
cd DataSentience-AIML
  1. πŸ› οΈ Pick or Create an Issue
  2. πŸ“ Work inside correct src/ folder
  3. πŸ“ Include README.md + instructions
  4. βœ… Create Pull Request (Closes #X)

πŸ† Points System

Task TypePoints
Bug Fixes10
New Features20
LLM/NLP Projects25
Domain Contributions25
Web Apps / Deployment30 ⭐
Documentation5

πŸ… Top contributors are highlighted by mentors and may be featured in SSoC spotlights.


βš™οΈ Setup Guide

# 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

▢️ Running Models

  • 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

πŸ“ˆ Metrics & Status

MetricStatus
Models Implemented15+
Domains Covered8
Ready-to-Use Models5+
Python Version3.8+
Active Contributionsβœ… Ongoing
Code Coverage~78%

πŸ“ Recent Updates

  • βœ”οΈ 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

πŸ’¬ Community & Support

  • Ask via GitHub Issues
  • Stay respectful, inclusive, and helpful
  • 🌍 Open-source is for everyone!

πŸ‘¨β€πŸ’» Admin & Contributors

❀️ Thanks Contributors!


πŸš€ Let's Make AI for All β€” Together!

We’re glad you're here. Contribute, learn, and innovate with us this summer!

Made with ❀️ by contributors & mentors

Contributors

(top 30 of 56)

PRIYANSHU2026

440 commits

keshripritesh

230 commits

giriraj-roy-7723

203 commits

MahraibFatima

56 commits

PRIYANSHU2026/DataSentience-AIML

44

stars

1,312

commits

Jupyter Notebook

primary language

May 21, 2026

updated

README

🌐 DataSentience-AIML πŸ’‘

Part of Social Summer of Code 2025 πŸš€ & GirlScript Summer of Code 2025 πŸš€

Harnessing AI across Healthcare, Finance, Agriculture, NLP, Safety & More


Contributions Welcome Python Badge SSoC Badge AI MultiDomain Badge
Repo Size Stars Forks Issues

AI Theme Gif

πŸ‘‹ Welcome Contributors!

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

πŸ“¦ 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)

Back To Top


πŸ”„ Restructuring Info

πŸ—“οΈ 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 Contribute

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)

🏷️ Issue Labels

LabelDescription
SSoC-beginnerBeginner-friendly 🌱
SSoC-intermediateMid-level complexity
SSoC-advancedDeep learning or complex logic
web-appFrontend/backend integration
LLMNLP, transformers, language models
domain-*Specific domains (health, agri, etc.)
bugFix issues or errors
enhancementImprove existing code
documentationImprove READMEs or instructions

πŸ§‘β€πŸ’» Get Started

  1. ⭐ Fork + Clone
git clone https://github.com/YOUR-USERNAME/DataSentience-AIML.git
cd DataSentience-AIML
  1. πŸ› οΈ Pick or Create an Issue
  2. πŸ“ Work inside correct src/ folder
  3. πŸ“ Include README.md + instructions
  4. βœ… Create Pull Request (Closes #X)

πŸ† Points System

Task TypePoints
Bug Fixes10
New Features20
LLM/NLP Projects25
Domain Contributions25
Web Apps / Deployment30 ⭐
Documentation5

πŸ… Top contributors are highlighted by mentors and may be featured in SSoC spotlights.


βš™οΈ Setup Guide

# 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

▢️ Running Models

  • 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

πŸ“ˆ Metrics & Status

MetricStatus
Models Implemented15+
Domains Covered8
Ready-to-Use Models5+
Python Version3.8+
Active Contributionsβœ… Ongoing
Code Coverage~78%

πŸ“ Recent Updates

  • βœ”οΈ 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

πŸ’¬ Community & Support

  • Ask via GitHub Issues
  • Stay respectful, inclusive, and helpful
  • 🌍 Open-source is for everyone!

πŸ‘¨β€πŸ’» Admin & Contributors

❀️ Thanks Contributors!


πŸš€ Let's Make AI for All β€” Together!

We’re glad you're here. Contribute, learn, and innovate with us this summer!

Made with ❀️ by contributors & mentors

Contributors

(top 30 of 56)

PRIYANSHU2026

440 commits

keshripritesh

230 commits

giriraj-roy-7723

203 commits

MahraibFatima

56 commits

Languages

Jupyter Notebook

97.7%

Python

1.8%