Projects

Featured Projects

A collection of projects that I've worked on, ranging from AI to web development.

AlxoSphere Echo

AlxoSphere Echo

Echo is a text-to-speech tool that converts text into speech. It uses the latest in AI technology to generate human-like speech.

Qwen 2.5 3b Text to SQL

Qwen 2.5 3b Text to SQL

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.

AlxoSphere Dream Studio

AlxoSphere Dream Studio

AI Image generation tool that can create images from text descriptions.

AlxoSphere Chat

AlxoSphere Chat

AI chatbot for answering questions and providing assistance that can use tools for provide real-time information.

AlxoSphere

AlxoSphere

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.

Stock Prediction

Stock Prediction

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.

License Plate Detection

License Plate Detection

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.

'Brain Tumor Detection'

'Brain Tumor Detection'

This project utilizes a YOLO (You Only Look Once) model for the detection of brain tumors from MRI images. The project involves preprocessing data, setting up directories, and training a YOLO model using the Ultralytics YOLOV8 framework.

Handwritten Digit Recognition from Sketch Input

Handwritten Digit Recognition from Sketch Input

This project implements a convolutional neural network (CNN) to recognize handwritten digits from sketch inputs using the MNIST dataset.