Projects

Oraclios - AI-Powered Document Database

Oraclios - AI-Powered Document Database

A sophisticated web application that enables users to create AI-queryable databases from uploaded files and media, featuring OpenAI integration, Supabase backend, and Google authentication.

Next.jsTypeScriptOpenAI APISupabaseGoogle AuthVercelReactTailwind CSS
Crypto Disequilibrium Detector

Crypto Disequilibrium Detector

An automated system that detects and exploits price discrepancies across cryptocurrency trading pairs using graph theory and real-time market data.

PythonNetworkXAlpaca APIGraph TheoryCryptocurrencyAlgorithmic Trading
Investment Analysis with Decision Trees

Investment Analysis with Decision Trees

Developed a machine learning model using decision trees to analyze and predict investment outcomes for startup companies, achieving 58% prediction accuracy across multiple outcome categories.

Pythonscikit-learnPandasData AnalysisMachine LearningDecision Trees
Crypto Trading Strategies Analyzer

Crypto Trading Strategies Analyzer

Developed an automated cryptocurrency trading system that implements and compares Simple Moving Average (SMA) and Mean Reversion strategies across multiple cryptocurrencies.

PythonAlgorithmic TradingData AnalysisCoinGecko APICryptocurrencyTechnical Analysis
Stock Market Clustering Analysis

Stock Market Clustering Analysis

Developed a machine learning clustering system to analyze and group S&P 500 stocks based on financial metrics, identifying optimal investment clusters using K-means and the Elbow method.

PythonMachine LearningK-means ClusteringData AnalysisFinancial AnalysisScikit-learn
Cross-Validated Model Performance Analysis

Cross-Validated Model Performance Analysis

Developed a comprehensive model evaluation system using 5-fold cross-validation to analyze voter behavior prediction models, implementing multiple performance metrics and comparative analysis.

PythonMachine LearningCross-ValidationModel EvaluationStatistical Analysisscikit-learn
Interactive Blackjack Game

Interactive Blackjack Game

Developed an interactive command-line Blackjack game implementing complete game logic, deck management, and player-dealer interactions with dynamic scoring and ace value handling.

PythonObject-Oriented ProgrammingGame DevelopmentCommand-line InterfaceData Structures