Skip to content

This project focuses on predicting the prices of Bitcoins, the most in-demand cryptocurrency of today's world.

Notifications You must be signed in to change notification settings

Mohammad-Moiz/BitCoin-Price-Predictor-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSTM (Long Short-Term Network) is a kind of Recurrent Neural Network which used in the field of deep learning. Traditional neural networks can't remember previous inputs. But Recurrent Neural Networks enable us to learn from previous sequence input datas. A LSTM unit is composed of a cell, an input gate, an output gate and a forget gate.

Consequently LSTM algorithm predicted Bitcoin Close prices better than we expected by improving its learning in every epoch. The result images are shown following.

Using streamlit for frontend of the App

-Using python for Backend of the project

Show some ❤️ and ⭐ the repo to support the project

Screenshot from 2024-06-13 15-59-16

Screenshot from 2024-06-13 15-59-23

Screenshot from 2024-06-13 16-07-30

About

This project focuses on predicting the prices of Bitcoins, the most in-demand cryptocurrency of today's world.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages