Predictify ๐๐ฎ
Inspiration ๐ก
The stock market's unpredictability has always been a challenge for investors. We were inspired to create Predictify to harness the power of machine learning and provide a tool that could offer insights into future stock prices, helping both novice and experienced investors make more informed decisions.
What it Does ๐
Predictify is a stock price prediction tool that:
- Fetches real-time stock data using the Polygon API ๐
- Utilizes a deep learning model (LSTM) to predict future stock prices ๐ง
- Provides a range of predicted prices, offering a more comprehensive outlook ๐๐
- Visualizes historical data and predictions for easy interpretation with graphs ๐
- Allows users to input any stock symbol for analysis ๐ผ
How We Built It ๐ ๏ธ
We built Predictify using a combination of powerful tools and technologies:
- Python: The core language for our project ๐
- TensorFlow: For building and training our LSTM model ๐ค
- Polygon API: To fetch real-time and historical stock data ๐ก
- Pandas & NumPy: For data manipulation and analysis ๐ผ๐ข
- Matplotlib: For creating visualizations ๐
- Scikit-learn: For data preprocessing and model evaluation ๐งช
Our Model Architecture:
LSTM(50, return_sequences=True)
LSTM(50)
Dense(25)
Dense(3) # Outputs mean, lower, and upper bounds
Log in or sign up for Devpost to join the conversation.