kthchew / StockAnalyzer

An app to analyze stock data, final project for COP3530 (Data Structures and Algorithms)

Repository from Github https://github.comkthchew/StockAnalyzerRepository from Github https://github.comkthchew/StockAnalyzer

StockAnalyzer

COP3530 final project

Setup

  1. Install requirements e.g. with the below command or with the corresponding command in your IDE.
pip install -r requirements.txt
  1. Download the dataset from Kaggle and put the csv file in the root directory of the project as data.csv.
  2. Run the main.py file.

About

An app to analyze stock data, final project for COP3530 (Data Structures and Algorithms)


Languages

Language:Python 98.4%Language:HTML 1.6%