Projects

Velu - AI-Powered Product & Price Scraper
Python
BeautifulSoup4
LangChain
NLP
SentenceTransformers
Streamlit
I collect figures in my free time, and I check their prices frequently... to save on time, I've offloaded this task onto an LLM through the CLI, or an agent with a handy UI! Given the item I want to find and the website, the program scrapes a few product listings from the given site, uses vector embeddings to ensure the result is relevant and hands it to an LLM, which searches and fetches me the prices. In agentic mode, the agent verifies that scraped results do not exceed my budget per figure and outputs the cheapest listing.
Learn More
Vocaloid Audio Classifier
Python
pandas
sklearn
librosa
Streamlit
Audio classifier that predicts if the input track is a Vocaloid song or not, with 93% accuracy.
Learn More