Time Series Forecasting
Keras
English
tensorflow
time-series
menstrual-cycle-prediction
healthcare
Eval Results (legacy)
Instructions to use VishSinh/cycle-sync with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use VishSinh/cycle-sync with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://VishSinh/cycle-sync") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
Here’s a clean, detailed, and ready-to-go `README.md` for your Hugging Face repo! 📚✨
|
| 2 |
-
|
| 3 |
-
---
|
| 4 |
-
|
| 5 |
## 🩸 **Cycle Sync: Menstrual Cycle Prediction using LSTM**
|
| 6 |
|
| 7 |
### 🚀 **Model Overview**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## 🩸 **Cycle Sync: Menstrual Cycle Prediction using LSTM**
|
| 2 |
|
| 3 |
### 🚀 **Model Overview**
|