Giter Club home page Giter Club logo

stocks-prediction's Introduction

2022-2023-Stocks-Prediction

2022-2023 Stocks Prediction is an ongoing project developed by the Artificial Intelligence club of the University of Central Florida.

Getting Started

Please follow the instructions below to install the components required for this project:

Clone the Repository

Opening your terminal and naviagte to your preffered file path. Type the followng command:

git clone https://github.com/kylekaracadag/Stocks-Prediction.git

Install Libraries

Using the same file path install the libraries by typing the following command:

pip install -r requirements.txt

Navigating the Repository

Folders:

  • Datasets: Includes all the datasets that were used to train the model.
  • Introduction_to_ML: A basic introduction to machine learning with Python for members in our team new to artificial intelligence.
  • Models: Downloaded models that can be reused without having to re-train the model for making stocks predictions.
  • Predictions: csv files with datapoints that include all the stock price predictions that were made.
  • Webapp: This folder contains the neccessary files to run our web application which displays all the charts from Data_Visualization.ipynb.

Files:

  • LSTM_Model.ipynb: The main notebook for our project. The model that was used to make predictions that can be found in Data_Visualization.ipynb or Results.
  • Data_Visualization.ipynb: This file is used to visualize both the actual data and predicted data in line chart and candle stick forms. The candle stick charts do not get displayed if the file is opened from GitHub but the screenshots are posted in "Results". Developers can also choose to manually run the file for a more detailed chart.
  • ARIMA_Model.ipynb: The ARIMA model we implemented using Python to make predictions on the Open/Close price.
  • dataset.ipynb: Program that is used to extract datasets from yfinance given a specific time frame. The dataset is updated every week and posted to Datasets/MSFT_2023-01-13.csv . The dataset consists of Open/Close/High/Low prices for every minute as well as the corresponding date time from 2023-01-13 to today.
  • requirements.txt: Text file that contains all the required libraries for this project.

Results

Real MSFT Candle Sticks

image

Predicted MSFT Candle Sticks

image

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.