Git Product home page Git Product logo

stock-prediction's Introduction

Stock Prediction

Setting up the project

Before setting up the project, make sure that you have Python 3.* installed. Then install Django using one of the following commands (pip or pip3):

pip3 install django

Running the application server locally

To run the server locally, use the following command (python/python3):

python3 manage.py runserver

Authors

  • Katrina Bueno
  • Pratik Patel
  • Payal Pawar
  • Ukoh Ndukwo
  • John Yucetas
  • Michael Kiros

How it works

The stock prediction tool works such that when a user logs in, they will see the dashboard of the tool. From here, the user can navigate to the following pages: saved stocks, stock history, search/details page, and prediction page.

  • Saved Stocks: this page will show the user their saved stocks and will be unique to their log-in

  • Stock History: this page will show the user the history of the stock price over time. They must select a certain stock to see the history, but by default they will see the recent trend of only their saved stocks.

  • Search/Details Page: this page will allow the user to search for stocks and interest and possibly see the details of the stock as to what the company is about and how long they have been on the stock market.

  • Help Page: this page will guide the user on how to use our tool, much like this section of the README file.

  • Prediction Page: this page is the entire basis for our project, since it will show the predicted future stock price for a particular stock according to the previous stock changes and news surrounding the company, CEO, etc.

stock-prediction's People

Contributors

maktm avatar pratikppatel1616 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

katrinajoyceb

stock-prediction's Issues

Fix the details page

When opening the details page for a given stock, it currently throws an exception. Fix this to see what the details page looks like.
chrome_wUJWg1kgwk

Refactor the entire codebase

The current codebase is a mess. It needs a whole lot of refactoring. This may seem like a waste of time but in reality it'll help put everything in place easier.

Add the help page information

Add the HTML/CSS code for the "Help" page that describes the features of the application and how to use them. The page should be designed/styled using:

  • HTML
  • CSS

You can use Bootstrap since it's already included in base_generic.html and made available to all HTML/CSS files.

Create the log in page

I created the basic project layout and the homepage (i.e. URI '/') returns a "Hello, world." message. To create the log in page, we just have to create an extra route to '/login' and return the HTML/JS/CSS page for the log in page.

I'll start implementing the route and @katrinajoyceb can add in the HTML/CSS/JS.

Leaving these resources here for now:

Django/routes: https://docs.djangoproject.com/en/2.2/topics/http/urls/
Django/HTML: https://docs.djangoproject.com/en/2.2/ref/templates/language/

Fix the saved stocks feature

Currently, saved stocks will retrieve stocks from the DB but doesn't have a way for saving stocks from the search page.

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.