Skip to content

Market volume analyzer helping Market Makers to gain IN$IGHTS.

Notifications You must be signed in to change notification settings

CarmeloScribano/INSIGHT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IN$IGHT

A security volume analyzer that helps market makers gain in$ights into trends, patterns and anomalies to make data-driven decisions.

This project was built in 24 hours for the ConUHacks VIII National Bank Capital Markets challenge.

Devpost link: https://devpost.com/software/in-ight

Installation guide

TL;DR

Paste this one liner in your terminal

git clone https://github.com/CarmeloScribano/INSIGHT.git && cd INSIGHT && python3 -m venv venv && source venv/bin/activate && pip install -r requirements.txt && python3 app.py


Details

  1. Clone the project and cd into the folder

git clone https://github.com/CarmeloScribano/INSIGHT.git && cd INSIGHT

  1. Create and activate a virtual environment

python3 -m venv venv && source venv/bin/activate

  1. Install the requirements

pip install -r requirements.txt

  1. Start the app

python3 app.py

About

Market volume analyzer helping Market Makers to gain IN$IGHTS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published