Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

DecodeLabs AI Internship Projects – Batch 2026

This repository contains my submissions for the DecodeLabs Industrial Training Program (AI Track, Batch 2026).

Projects Included

# 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

Folder Structure

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)

How to Run

# 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.py

Author

Samiksha Rana
B.Tech AI & Deep Learning, Mody University of Science & Technology
DecodeLabs Industrial Training Intern – Batch 2026

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages