An open API service indexing awesome lists of open source software.

https://github.com/anyantudre/audio-transformers-hugging-face

Explore the application of transformers to audio data in this course. Learn to tackle tasks like speech recognition, audio classification, and text-to-speech generation using cutting-edge transformer models.
https://github.com/anyantudre/audio-transformers-hugging-face

audio-classification audio-processing automatic huggingface speech-recognition speech-synthesis speech-to-text

Last synced: 12 days ago
JSON representation

Explore the application of transformers to audio data in this course. Learn to tackle tasks like speech recognition, audio classification, and text-to-speech generation using cutting-edge transformer models.

Awesome Lists containing this project

README

        


Audio Transformers Course (key takeaways) - Hugging Face 🤗



🕸 LinkedIn •
📙 Kaggle •
💻 Medium Blog •
🤗 Hugging Face •




This repository contains an summarized version or, rather let's say, my **key takeaways** from the [**Hugging Face Audio course**](https://huggingface.co/learn/audio-course).

The aim is to have a few **notes from the course and the code snippets** that seem most important to keep handy in each section. **Think of it as a sort of "cheat sheet" to quickly explore the most important concepts.** If you've already taken the original or similar course, or have some basic knowledge of Audio Transformers, you'll undoubtly find this useful as a quick refresher on the various concepts.

### Original course:

- **License:** The original course is released under the permissive [Apache 2 license](https://www.apache.org/licenses/LICENSE-2.0.html).
- **Citation:**
```@misc{huggingfacecourse,
author = {Hugging Face},
title = {The Hugging Face Course, 2022},
howpublished = "\url{https://huggingface.co/course}",
year = {2022},
note = "[Online; accessed ]"
}
```