Instructions to use sabarinath/Apollo-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use sabarinath/Apollo-V1 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://sabarinath/Apollo-V1") - Notebooks
- Google Colab
- Kaggle
Upload Apollo-V1.keras
Browse filesA deep learning model for audio classification, designed to detect AI-generated music.
## Model: EfficientNetB0 (Transfer Learning)
##Framework: TensorFlow / Keras
##Task: Binary Classification (AI Music vs. Real Music)
## Input: Mel Spectrograms (224x224) generated from audio files.
Training Data: Trained on a balanced dataset of hundreds of modern songs from sources like the Free Music Archive, NCS, and the Suno AI dataset on Kaggle, all standardized to a consistent bitrate.
- .gitattributes +1 -0
- Apollo-V1.keras +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Apollo-V1.keras filter=lfs diff=lfs merge=lfs -text
|
Apollo-V1.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3df91813252324b90ed5ef9fad353e4ed16f34cd5b804baccf29a11a26d00488
|
| 3 |
+
size 17059757
|