Inspiration
- The QRT Stock Market Visualisation Challenge and the relevance of cryptocurrencies in today's market
What it does
-Displays a candle stick graph of the BTC/USD exchange. There is also a line graph for the price of Bitcoin on a seperate '/liveprice' page.
- We attempted to use Websockets to make the page update live in real-time but ran into too many issues and ran out of time.
How I built it
- Using Django to make the web app, using the binance API (through the python-binance wrapper library) to retrieve the data, pandas to process the data and plotly to display the data.
Challenges I ran into
- Unable to make the webpage continuously update without the user pressing refresh.
Accomplishments that I'm proud of
- Learning the basics of Django
What I learned
- Learning the basics of Django
What's next for CyrptoVisualisation
- Make it real-time updating and add more visualisations. Potentially run machine learning models to predict the market and display the predictions.
Log in or sign up for Devpost to join the conversation.