Skip to content

a website focused on speed and clarity when you want to view and analyze stocks. Includes 1 month forecast generated with LSTM neural network

Notifications You must be signed in to change notification settings

SentientPlatypus/Foresight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Foresight

LSTM stock forecast implemented in an accessible web format.
Explore the docs »

View Website . View API · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Logo

The Foresight is a webapp that does stock price prediction with TensorFlow's LSTM dense model. Foresight splits its responsibilities into 2 applications: The webapp, and the Foresight API. The webapp is responsible for displaying content, while the API does the HUGE amount of webscraping, and actually has the LSTM. I did this, because I needed to access data in javascript that is only available with python libraries.
You may be wondering, why webscraping? Well thats because google finance has a LOT of helpful information! Logo

Unfortunately, Logo So I webscraped the information! In hindsight, the webscraping does slow things down, A LOT. I learned from this mistake in my latest web implementation of a model at Beluga Sturgeon Financial (this time its a reinforcement learning model).

But it is what it is! We learn. Foresight took a lot of work. Routing, Styling, Scripting, Webscraping, Machine learning, integration and deployment were all things that needed to happen. it was daunting at first, but my enthusiasm increased as things started coming together, especially after integrating the graph (Huge thanks to anychart)

(back to top)

Built With

  • Python Badge
  • heroku badge
  • tf badge
  • flask badge

(back to top)

Getting Started

First clone this repository. Then, you want pip freeze the requirements, or just use replit (i used replit for the application, and heroku for the API)

Prerequisites

To get requirements, just

  • pip freeze > requirements.txt

Installation

  1. Clone the repo
    git clone https://github.com/Sentientplatypus/Foresight.git

And run wsgi.py. Its plug and play.

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Create the model
  • Create the website
  • Create the API
  • Deploy

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Geneustace Wicaksono - My Website - [email protected]

Project Link: https://github.com/Sentientplatypus/Foresight

(back to top)

About

a website focused on speed and clarity when you want to view and analyze stocks. Includes 1 month forecast generated with LSTM neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published