Skip to content

Releases: Kunal20060208/Codsoft_Bot

First Official Release

06 Jul 15:04

Choose a tag to compare

Pre-release

This is the first official release of Codsoft Bot, an all-in-one AI-powered web application built during the CodSoft AI Internship. It brings together five powerful AI modules into a single, interactive experience:

🧠 Key Features
Rule-Based Chatbot – A simple text bot for basic Q&A and responses.

Tic Tac Toe AI – Play against an AI with adjustable difficulty and score tracking.

Image Captioning – Generate smart, funny, poetic, or detailed captions for uploaded images.

Recommendation System – Get personalized movie, book, or product suggestions using live APIs.

Face Detection & Recognition – Detect and recognize faces in uploaded images using ArcFace (AI-based).

🛠️ Tech Stack
Python + Flask backend

HTML, CSS, JavaScript frontend

OpenCV, face_recognition, ONNX, TMDB API, Google Books API, Fake Store API

No external APIs required for chatbot and games

📦 Deployment-Ready
All code, models (except large files), and templates are organized and ready for further development or deployment.

📝 Notes
The arcface.onnx model (over 100MB) is excluded due to GitHub file size limits. Download it separately if needed.

The repo is structured for local use, but can easily be containerized or deployed.