Skip to content

AnonySharma/LSTM-Django-StockPricePrediction

Repository files navigation

Stock Price Prediction

This is a web application that predicts the stock price of a company. The stock price of a company is predicted using the historical stock prices of the company. The historical stock prices of the company are fetched from the Alpha Vantage API. The stock price of the company is predicted using LSTM.

This application is developed using Django, Keras, Tensorflow, Pandas, Numpy, Scikit-learn, and Alpha Vantage API.

Installation Guide

pip install -r requirements.txt

python3 manage.py runserver

About

A web application that predicts the stock price based on the history of that stock.

Topics

Resources

Stars

Watchers

Forks