Skip to content

Repository files navigation

CodSoft AI Internship — Task Submissions

This repository contains all the work I did during my Artificial Intelligence internship at CodSoft. I'll be honest — some of these tasks pushed me out of my comfort zone, but that's kind of the point, right?

I've split the projects across Java and Python since I wanted to challenge myself with both and not just stick to one language throughout.


What's Inside

Task 1 — Chatbot with Rule-Based Responses (Java)

A conversational chatbot built using pattern matching and rule-based logic. I used Java with a Swing-based GUI to make it feel like an actual chat window rather than just a terminal output. It handles a bunch of common queries and responds based on predefined intents.

Task 2 — Tic-Tac-Toe AI (Java)

Classic Tic-Tac-Toe but with an AI opponent that doesn't go easy on you. I implemented the Minimax algorithm with Alpha-Beta Pruning, which makes the AI essentially unbeatable if you play optimally. Built the game board UI using Java Swing.

Task 3 — Image Captioning (Python)

This one was the most challenging by far. I combined a pretrained CNN (ResNet) for extracting image features with an LSTM-based model to generate captions. Trained on the Flickr8k dataset. The results aren't perfect but they're genuinely interesting to look at.

Task 4 — Recommendation System (Python)

Built a movie recommendation system using collaborative filtering and cosine similarity on the MovieLens dataset. You give it a movie you like, it gives you similar ones. Simple idea, but there's a lot going on under the hood.

Task 5 — Face Detection and Recognition (Python)

Used OpenCV and DeepFace to detect and recognize faces in images. Supports both static images and real-time webcam feed. Wasn't expecting this one to actually work as well as it did.


Languages & Tools Used

  • Python 3.x — PyTorch, OpenCV, DeepFace, Pandas, NumPy, scikit-learn
  • Java — Swing, OOP design patterns
  • Git & GitHub for version control

How to Run

Each task folder has its own README.md with step-by-step setup and run instructions. I'd recommend checking those individually since the dependencies are quite different across tasks.


A Note

I built all of these from scratch during the internship period. Each project taught me something different — whether it was understanding how search algorithms work in games, how neural networks process images, or just how to structure a Java GUI properly. Not everything went smoothly the first time, and I think that's reflected in how I approached each solution.

If you have questions or feedback, feel free to reach out!

About

AI internship projects built during my CodSoft internship — Rule-based Chatbot, Tic-Tac-Toe AI, Image Captioning, Recommendation System, and Face Detection using Java & Python.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages