Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- code
|
6 |
+
---
|
7 |
+
This is a dataset we are going to use when training our airtificial intelligence model.
|
8 |
+
During our data gathering process and planning we realized that we needed a dataset to be able
|
9 |
+
to train the model using Google Colab -> and Huggingface is the best place of convenience to do this.
|
10 |
+
|
11 |
+
Using Google Colab, we will fetch whispher model and our dataset from huggingface and then train the dataset
|
12 |
+
so that we can get a real-time transcription model that is going to recognize and translate the lecture's voice
|
13 |
+
with almost 100% accuracy.
|