This project is a web-based application designed to predict the closing price of Bitcoin using advanced deep learning models. The app allows users to input historical trading data such as:
Date
Open Price
High Price
Low Price
Volume
After submitting the inputs, the application generates predictions for the Close Price using three different models:
CNN (Convolutional Neural Network)
LSTM (Long Short-Term Memory Network)
GRU (Gated Recurrent Unit Network)