ritish369 commited on
Commit
ab8a270
·
1 Parent(s): 33b1242

Resolved configuration errors due to README YAML Block.

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,6 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Audio-Classification-CNNs
2
  An Audio Classification task with two types of inputs to the CNN models for intended work using Tensorflow.
3
 
 
 
 
 
4
  Benchmark is in the below mentioned release:
5
 
6
  https://github.com/Ritish369/Audio-Classification-CNNs/releases/tag/v0.0.1-alpha
 
1
+ ---
2
+ title: Audio Classification using CNNs
3
+ emoji: 🎧
4
+ colorFrom: purple
5
+ colorTo: indigo
6
+ sdk: docker
7
+ app_file: app.py
8
+ app_port: 8501
9
+ python_version: 3.10.11
10
+ suggested_hardware: cpu-basic
11
+ short_description: Audio classification task using CNN models with TensorFlow.
12
+ tags:
13
+ - audio
14
+ - classification
15
+ - tensorflow
16
+ - cnn
17
+ - streamlit
18
+ - python
19
+ - AudioMNIST
20
+ - GPU
21
+ pinned: true
22
+ ---
23
+
24
+
25
  # Audio-Classification-CNNs
26
  An Audio Classification task with two types of inputs to the CNN models for intended work using Tensorflow.
27
 
28
+ Complete source code is available at the below github repository:
29
+
30
+ https://github.com/Ritish369/Audio-Classification-CNNs
31
+
32
  Benchmark is in the below mentioned release:
33
 
34
  https://github.com/Ritish369/Audio-Classification-CNNs/releases/tag/v0.0.1-alpha