List of AI / ML Projects
Develop AI-Powered Prototypes in Google AI Studio
Description:
This project was built during a Google AI Studio lab where I developed and deployed an AI-powered prototype application using Google AI technologies. The project focuses on building intelligent web applications with modern AI integration, interactive UI design, and real-time AI-generated responses. The application was successfully deployed on Render and earned an official Google Cloud Skill Badge certification.
Tools Used:
Google AI Studio, Gemini AI API, HTML, CSS, JavaScript, React.js, TypeScript, Node.js, Express.js, Vite, Render
AI Powered Movie Recommendation System
Description:
AI Powered Movie Recommendation System is a web-based movie recommendation system that helps users discover movies based on their interests. It uses AI to generate personalized recommendations and integrates the TMDB API to fetch real-time movie data such as posters, ratings, trailers, and cast information.
Tools Used:
Html, Css, JavaScript, Node.js, Express.js, TMDB API, Anthropic Claude AI API
Email Spam Detection System
Description:
SpamShield AI is a machine learning-powered web application that detects whether an email message is spam or legitimate. The system uses natural language processing and a trained classification model to analyze email content and predict spam in real time through an interactive web interface.
Tools Used:
Python, Scikit-learn, TF-IDF Vectorization, Multinomial Naive Bayes Classifier, HTML, CSS, JavaScript