List of AI / ML Projects
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