GithubHelp home page GithubHelp logo

sudhanshuai / stock_prediction_web_app Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 2.84 MB

Stock Prediction System is a ML based website designed using Django's Framework and CSS's BootStrap Framework

License: Apache License 2.0

Python 42.69% CSS 3.63% JavaScript 5.14% HTML 48.51% Procfile 0.03%

stock_prediction_web_app's Introduction

Introduction : Predicting stock prices is a cumbersome task as it does not follow any specific pattern. Changes in the stock prices are purely based on supply and demand during a period of time. In order to learn the specific characteristics of a stock price, we can use algorithm to identify these patterns through machine learning. One of the most well-known networks for series forecasting is LSTM (long short-term memory) which is a Recurrent Neural Network (RNN) that is able to remember information over a long period of time, thus making them extremely useful for predicting stock prices. RNNs are well-suited to time series data and they are able to process the data step-by-step, maintaining an internal state where they cache the information they have seen so far in a summarised version. The successful prediction of a stock's future price could yield a significant profit.

Aim : To predict stock prices according to real-time data values fetched from API.

Objective : The main objective of this project is to develop a web application that can predict stock price based on real-time data.

Project Scope : The project has a wide scope, as it is not intended to a particular organization. This project is going to develop generic software, which can be applied by any businesses organization. Moreover it provides facility to its users. Also the software is going to provide a huge amount of summary data.

Project Installation:

STEP 1: Change the directory to the repository.

cd Stock-Prediction-System-Application

STEP 2: Create a virtual environment (For Windows)

python -m venv virtualenv (For MacOS and Linux)

python3 -m venv virtualenv

STEP 3: Activate the virtual environment. (For Windows)

virtualenv\Scripts\activate (For MacOS and Linux)

source virtualenv/bin/activate

STEP 4: Install the dependencies.

pip install -r requirements.txt

STEP 5: Migrate the Django project. (For Windows)

python manage.py migrate (For MacOS and Linux)

python3 manage.py migrate

STEP 6: Run the application. (For Windows)

python manage.py runserver (For MacOS and Linux)

python3 manage.py runserver

stock_prediction_web_app's People

Contributors

sudhanshuai avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.