This repository contains my submissions for the DecodeLabs Industrial Training Program (AI Track, Batch 2026).
| # | Project Title | Domain | Status |
|---|---|---|---|
| 1 | Rule-Based AI Chatbot | Control Flow & Logic | ✅ Completed |
| 2 | Data Classification Using AI | Supervised Learning | ✅ Completed |
| 3 | AI Recommendation Logic | Content-Based Filtering | ✅ Completed |
DecodeLabs-AI-Projects/
│
├── Project1-RuleBasedChatbot/
│ ├── chatbot_v1.py
│ ├── chatbot_v2.py
│ ├── README.md
│ └── screenshots/
│
├── Project2-DataClassification/
│ ├── iris_classifier.py
│ ├── compare_models.py
│ ├── README.md
│ └── screenshots/
│
├── Project3-AIRecommendationLogic/
│ ├── tech_stack_recommender.py
│ ├── README.md
│ └── screenshots/
│
└── README.md (this file)
# Project 1 – Rule-Based Chatbot (no dependencies)
cd Project1-RuleBasedChatbot
python chatbot_v2.py
# Project 2 – Data Classification
cd Project2-DataClassification
pip install scikit-learn numpy
python iris_classifier.py
# Project 3 – AI Recommendation Logic (no dependencies!)
cd Project3-AIRecommendationLogic
python tech_stack_recommender.pySamiksha Rana
B.Tech AI & Deep Learning, Mody University of Science & Technology
DecodeLabs Industrial Training Intern – Batch 2026