- Meta Prophet is a forecasting tool designed by Meta AI for time series prediction tasks.
- It employs a Prophet-based model, which is a popular open-source forecasting library developed by Facebook.
- Meta Prophet offers enhanced functionalities such as automated hyperparameter tuning, model selection, and performance evaluation, making it efficient for various forecasting applications.
git clone https://github.com/C0DE-SLAYER/crypto-price-prediction
cd crypto-price-prediction
pip install -r requirement.txt
streamlit run app.py