Welcome to my AI Internship Projects repository developed during the CodSoft AI Internship using Python.
This repository showcases beginner-friendly Artificial Intelligence projects focused on logic building, problem solving, and AI concepts.
A smart conversational chatbot developed using Python that responds to user queries with predefined intelligent replies.
- Interactive conversation system
- Greetings and casual chatting
- Date and time responses
- Basic calculator support
- Motivational replies
- Joke generation
- Recent chat memory feature
- Python
- Random Module
- Datetime Module
An AI-inspired recommendation system that suggests movies based on user-selected genres using content-based recommendation logic.
- Genre-based recommendations
- Randomized movie suggestions
- Interactive command-line interface
- Multiple movie categories
- Action
- Sci-Fi
- Comedy
- Motivation
- Python
- Content-Based Filtering Logic
A Tic-Tac-Toe game where the player competes against an intelligent AI powered by the Minimax Algorithm.
- Human vs AI gameplay
- Intelligent AI moves
- Minimax Algorithm implementation
- Live scoreboard tracking
- Replay functionality
- Python
- Minimax Algorithm
- Math Module
- Artificial Intelligence Basics
- Problem Solving
- Python Programming
- Decision Making Algorithms
- Recommendation Systems
- Game Logic Development
- Functions, Loops & Conditions
- Lists & Dictionaries
Open the terminal or command prompt inside the project folder and run the following commands.
python chatbot.pypython recommendation_system.pypython tic_tac_toe_ai.pyPython 3.8 or Above
During the CodSoft AI Internship, I developed AI-based projects using Python and improved my programming, logical thinking, and problem-solving skills. This internship provided valuable hands-on experience in building intelligent software solutions.
All projects in this repository were independently designed and implemented for educational and internship purposes.