Skip to content

binarymind-dev/-market-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📈 Market Predictor

AI-powered stock market prediction using LSTM Neural Network, FastAPI backend with WebSockets, and React frontend with real-time charts.

Python FastAPI React PyTorch

🔗 Live Demo: market-predictor-silk.vercel.app

📸 Screenshot

Dashboard

🚀 Features

  • 🧠 LSTM Neural Network for stock price prediction
  • 📊 Real-time price charts with Recharts
  • ⚡ FastAPI backend with WebSocket support
  • 📡 Live stock data via Yahoo Finance API
  • 🎯 BUY/SELL signal generation
  • 🌙 Dark theme professional UI

🛠️ Tech Stack

Layer Technology
ML Model PyTorch LSTM
Backend FastAPI + WebSockets
Data Yahoo Finance (yfinance)
Frontend React + TypeScript
Charts Recharts
Deployment Vercel + Render

⚙️ Setup

```bash cd backend python -m venv venv venv\Scripts\activate pip install fastapi uvicorn websockets yfinance pandas numpy torch scikit-learn uvicorn main:app --reload --port 8001

cd frontend npm install npm start ```

📖 Usage

  1. Open market-predictor-silk.vercel.app
  2. Enter stock symbol (AAPL, TSLA, GOOGL)
  3. Click Analyze
  4. View prediction + BUY/SELL signal + 30-day chart

👩‍💻 Author Binary Mind — GitHub

About

AI-powered stock market predictor using LSTM neural network, FastAPI backend with WebSockets, and React frontend with real-time charts.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors