Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CodSoft Internship Projects ๐Ÿš€

This repository contains the projects I completed during my CodSoft Internship.
Each project explores different areas of AI, Machine Learning, and Algorithms.


๐Ÿ“‚ Projects


1๏ธโƒฃ Movie Recommendation System ๐ŸŽฌ

  • 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

2๏ธโƒฃ Financial Chatbot ๐Ÿ’ฌ

  • 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

3๏ธโƒฃ Tic-Tac-Toe AI ๐ŸŽฎ

  • 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

๐Ÿ› ๏ธ Tech Stacks Used

  • Python (Flask, Pandas, Scikit-learn) โ€“ for Chatbot & Recommender.
  • HTML, CSS, JavaScript โ€“ for Tic-Tac-Toe AI game.

๐Ÿš€ How to Run

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>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages