A collection of projects that I've worked on, ranging from AI to web development.
Echo is a text-to-speech tool that converts text into speech. It uses the latest in AI technology to generate human-like speech.
This model is a fine-tuned version of Qwen/Qwen2.5-3B-Instruct, specifically optimized for converting natural language queries into SQL statements. With over 1,100 combined downloads, it has been trained on the gretelai/synthetic_text_to_sql dataset, enabling it to generate precise SQL queries while also providing relevant table schema context when needed.
AI chatbot for answering questions and providing assistance that can use tools for provide real-time information.
AlxoSphere is an artificial intelligence platform currently in early development. Our mission is to create an accessible and innovative AI ecosystem that will enable individuals and organizations to harness the power of artificial intelligence technology. While we are in the initial stages of development, our team is focused on building robust foundations for future AI solutions.
This project uses Long Short-Term Memory (LSTM) networks to predict stock prices. It features an ETL (Extract, Transform, Load) pipeline, model building, prediction, and evaluation functionalities, all wrapped in a Streamlit web application.
This project provides a license plate detection and recognition system using YOLOv8. It captures video from your webcam, identifies license plates, and displays bounding boxes around them in real-time.