Inspiration : The idea for TradeInsight came from my own early trading experiences—where I often wished I had something smarter than just gut feeling. Back then, AI wasn’t as accessible, and looking back, I can’t help but think: if I had AI, maybe I wouldn’t have lost money so quickly. Fast forward to today, with AI becoming mainstream, I decided to ask: what happens when we mix AI with trading? That question sparked the start of this project.
What it does :
- TradeInsight is a demo model that takes historical trading data and attempts to predict market trends.
- Processes datasets with Open, Close, High, Low, and Volume.
- Uses machine learning models to generate predictions.
- Visualizes actual vs. predicted values through a clean dashboard.
- Currently built as a prototype for a hackathon project.
How we built it :
- Data Collection & Cleaning: Collected sample market datasets and normalized them.
- Model Training: Implemented ML algorithms (starting with Linear Regression and expanding into others).
- Visualization: Used Python libraries (Matplotlib, Seaborn) for performance graphs.
- Dashboard: Built a simple interface to present predictions in a user-friendly way.
Challenges we ran into :
- Handling noisy and incomplete financial data.
- Achieving accuracy beyond random guessing.
- Designing a dashboard under time pressure (navbar alignment alone took hours).
- Managing the balance between hackathon deadlines and learning advanced concepts.
Accomplishments that we're proud of :
- Built a working AI-driven prediction model from scratch.
- Completed a functional demo dashboard despite UI hurdles.
- Learned how to integrate data science with product design.
- Pushed through late nights, deadlines, and coffee-fueled coding sessions to deliver something meaningful.
What we learned :
- The importance of data preprocessing in financial ML.
- The math behind loss functions and optimization: 𝐽(𝜃)=12𝑚∑𝑖=1𝑚(ℎ𝜃(𝑥(𝑖))−𝑦(𝑖))2J(θ)=2m1 i=1∑m (hθ (x(i))−y(i))2
- That building models is easier than deploying them in real-world apps.
- UI/UX matters as much as predictive accuracy.
What's next for TradeInsight :
- Connect APIs for real-time trading data.
- Explore advanced ML models (Random Forest, LSTMs for time-series).
- Improve accuracy through feature engineering.
- Deploy the dashboard as a web app for easier access.

Log in or sign up for Devpost to join the conversation.