Skip to content

PremKumar7516/DataSentience-AIML

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 DataSentience-AIML πŸ’‘

Part of Social 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

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

πŸ§‘β€πŸ’» 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 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.


βš™οΈ 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

Metric Status
Models Implemented 15+
Domains Covered 8
Ready-to-Use Models 5+
Python Version 3.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

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.6%
  • Python 0.4%
  • HTML 0.0%
  • CSS 0.0%
  • JavaScript 0.0%
  • Dockerfile 0.0%