Skip to content

ashiksharonm/StockistAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📈 StockistAI – AI-Powered Stock Trend Forecasting

StockistAI is a hybrid stock price prediction application that leverages LSTM (Deep Learning) and SVM (Machine Learning) to analyze and forecast stock trends. Built with Streamlit, TensorFlow, Scikit-Learn, and Yahoo Finance API, this platform enables users to visualize stock data and make informed financial decisions.

🚀 Features

Real-Time Stock Data – Fetch stock prices directly from Yahoo Finance
LSTM Model for Deep Learning Forecasting – Captures sequential patterns in stock trends
SVM Model for Machine Learning Forecasting – Enhances predictions with statistical learning
Hybrid Model (LSTM + SVM) – Combines both models for optimized performance
Customizable Parameters – Adjust LSTM time steps, epochs, batch size, and SVM kernel
Interactive UI with Streamlit – Simple, intuitive interface for easy stock analysis
Performance Metrics – Evaluate predictions using MAE and MSE
Download Predictions as CSV – Export results for further analysis

🛠️ Installation & Setup

1️⃣ Clone the Repository

git clone https://github.com/your-username/StockistAI.git
cd StockistAI

2️⃣ Install Dependencies

pip install -r requirements.txt

3️⃣ Run the Application

streamlit run stockistai.py

🎯 Usage

  1. Enter the stock ticker (e.g., AAPL, TSLA) in the sidebar.
  2. Adjust the LSTM time step, epochs, batch size, and SVM kernel type.
  3. Click on Run Prediction to start forecasting.
  4. View actual vs predicted stock prices with interactive charts.
  5. Download prediction results as a CSV file for analysis.

📊 Model Architecture

  • LSTM (Long Short-Term Memory): A deep learning model designed for time series forecasting.
  • SVM (Support Vector Machine): A machine learning model that identifies stock price trends.
  • Hybrid Approach: Combines LSTM and SVM predictions for enhanced accuracy.

🌟 Live Demo

Check out the live demo: Coming Soon!

🙌 Contributing

Want to improve StockistAI? Feel free to fork this repo and submit a pull request!

👤 Developed by

Ashik Sharon M


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages