Dynamic AI Developer with a proven track record at CodSoft, specializing in machine learning and artificial intelligence. Developed an interactive 3D learning model and a robust recommendation system, showcasing strong Java programming skills and effective communication. Committed to delivering innovative solutions that enhance user engagement and learning experiences.
1. Virtual 3D Learning Model for Kids
An interactive 3D educational tool designed to make learning fun and engaging for children. It uses 3D visuals and animations to teach complex concepts in subjects like science and geography, enhancing understanding through visual exploration and gamification.
2. Simple Recommendation System
A basic recommendation system that suggests items such as movies or books based on user preferences. It uses content-based or collaborative filtering techniques to analyze user data and provide personalized suggestions.
3. Tic Tac Toe Game Using Minimax Algorithm
A two-player game of Tic Tac Toe implemented in Python using the Minimax algorithm. The AI calculates the best possible move by simulating all possible outcomes, ensuring an unbeatable computer opponent.
4. Simple Chatbot in Python
A rule-based chatbot built using Python that can respond to basic user inputs. It uses simple pattern matching or conditional logic to simulate a conversation, helping users get answers to predefined questions.