ProjectsContact

Projects

Some personal projects from my own time.

Nov 5, 2024

diet_recommendation_system

This project provides a Meal Plan Generator API that recommends diet plans based on user inputs such as weight, height, age, and gender. The recommendations are based on a dataset of recipes, leveraging the Nearest Neighbors algorithm to find suitable meals that meet the user's nutritional requirements.

Check it out →

Mar 9, 2023

Book_Recommender_System

AI-powered Book Recommendation System – A content-based engine that suggests books based on user preferences using NLP techniques like TF-IDF and cosine similarity. Built with Python and Streamlit.

Mar 6, 2024

audio-book

PDF Text-to-Speech Reader This Python script utilizes the pyttsx3 and PyPDF2 modules to convert the text from a PDF file into speech. It reads the specified PDF file and narrates the content using text-to-speech.