Skip to content

coderajat24/stockai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STOCKAI

A web app that analyzes trending stocks on Reddit and provides live sentiment analysis using machine learning.

Features

  • Fetches trending stocks from Reddit (r/wallstreetbets)
  • Analyzes sentiment of posts mentioning each stock
  • Displays trending stocks with sentiment bars
  • Search for any stock ticker and get live Reddit sentiment

Getting Started

  1. Install dependencies:
    pip3 install -r requirements.txt
  2. Set up Reddit API credentials (see below)
  3. Run the app:
    python3 app.py
  4. Visit http://127.0.0.1:5010

Reddit API Setup

Notes

  • Uses VADER sentiment for fast prototyping (can upgrade to transformers later)
  • For demo/learning purposes only

Built with Flask, Reddit API, and ML sentiment analysis.

About

stock AI project with reddit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published