Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.28 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.28 KB

BitForecast

Vercel Heroku CI/CD

CodeQL CodeFactor

BitForecast is a Bitcoin forecasting application that uses the Liquid Time-stochasticity network described here: https://github.com/Ammar-Raneez/Liquid-Time-stochasticity-networks for its forecasting model. Additionally, it considers multiple exogenous factors, including Twitter volume, Google Trends, Twitter sentiment, and the block reward size, alongside the basic historical prices, to produce a more robust and effective forecast.

Prerequisities

  • Node 16+
  • Python 3.8+

Monorepos

  • client - frontend application built using React & Redux
  • server - Flask API server for local trials & testing
  • ml - Machine learning experiments, trails & testing
  • deployment - Flask API server hosted in Heroku