HackInfinity'23 organized by DCEI
- Dhruv Shah
- Pranav Patel
- Pathik Patel
- Manjal Shah
- Nisarg Suthar
You can predict real live BTC/USDT price for next(5min/10min/20min) to get an idea how you should go along with your next trade. Our prediciton model is build on deep stacked RNN's(GRU) on plenty of previous BTC/USDT price data of '1m' time interval.
- Clone this repository:
git clone https://github.com/itsNisarg/HackInfinity23.git - Change into the directory:
cd HackInfinity - Install the requirements:
pip install -r requirements.txt - Connect to your local postgres database by changing password in script where it is necessary and run livedatastreamer.py to set a live streaming data feed into the database
- Run the app:
streamlit run app.py
The app will open in your default web browser at http://localhost:8501/ and you can interact with app.



