Projects
Spam Detection Using AI
It’s a Machine Learning project that utilizes a pre-trained dataset. Users can input a message in the text field, and the system classifies it as either spam or not, It uses Streamlit for the frontend.
View on GitHubConversatinal Image Recogonization Chatbot
It is a project that recognizes the image uploaded by the user with BLIP and provides a description based on the user's query using Llama2 , Uses Streamlit for the frontend. The system integrates image recognition and natural language processing to deliver accurate responses.
View on GitHubSite Seeker
This project utilizes BeautifulSoup to scrape data from the web based on the user's input. It searches across various websites related to the prompt, analyzes the collected data, and visualizes the results by plotting a bar chart using Matplotlib and uses Streamlit for the UI .
View on GitHub