This repository contains the projects I completed during my CodSoft Internship.
Each project explores different areas of AI, Machine Learning, and Algorithms.
- Recommends movies using:
- Collaborative Filtering (user-based).
- Content-Based Filtering (genre similarity with TF-IDF + cosine similarity).
- Demonstrates how recommendation systems like Netflix/Amazon work.
๐ Go to Project
- A rule-based chatbot built with Flask.
- Answers predefined financial queries (e.g., revenue, net income change).
- Uses CSV data and simple if-else logic for conversation flow.
๐ Go to Project
- Classic Tic-Tac-Toe game with an unbeatable AI.
- Uses the Minimax algorithm, with option for Alpha-Beta pruning.
- Web-based (HTML/CSS/JS), responsive and interactive.
๐ Go to Project
- Python (Flask, Pandas, Scikit-learn) โ for Chatbot & Recommender.
- HTML, CSS, JavaScript โ for Tic-Tac-Toe AI game.
Each project has its own README.md with setup and run instructions.
Clone this repo and explore any project:
git clone https://github.com/<your-username>/codsoft.git
cd codsoft/<project_name>