Skip to content

Stock price prediction using deep neural network, Do support this project by giving it a star :)

Notifications You must be signed in to change notification settings

rakshith-crm/StockCast

Repository files navigation

Stock Prediction Application

A stock prediction application which allows users to request and subscribe for stock they want to forecast.

Getting Started


Follow these instructions to have the project running on your local machine

Quick Acess

  • Python 3.9
  • Clone this repo using the command
git clone https://github.com/rakshith-crm/StockCast.git 
  • Then install required dependencies for the project
pip install -r requirements.txt
  • Open your terminal and run the following commands
python manage.py runserver 0.0.0.0:8000
  • Open your browser and go to localhost:8000 to view the site.

Screenshots


Contributors