Skip to content

Stock market analysis tool for trading insight using anomaly detection. πŸ“ˆ Winner at ConUHacks VII. πŸ†

Notifications You must be signed in to change notification settings

xsachax/dot-deck_conuhacks-2023

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

54 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Market Data Visualization

To do work on the source

Create a virtual environment: python3 -m venv /path/to/new/venv

Activate virtual environement:

  • Linux/MacOS: source /path/to/venv/bin/activate
  • Windows: \path\to\venv\Scripts\activate.bat

Install project dependencies:

pip install -r requirements.txt

The finished project is called "Dot Deck" and can be found here

About

Stock market analysis tool for trading insight using anomaly detection. πŸ“ˆ Winner at ConUHacks VII. πŸ†

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.1%
  • CSS 6.9%