Welcome to my GitHub profile! The objective of my projects is to make Deep Learning more accessible, and provide real-world examples to enhance education and research in the field! ๐
The goal is to aggregate a wide range of Deep Learning topics in one place with a common abstraction, making it easier for you to dive into this fascinating field. Each repository not only focuses on a specific area of Deep Learning, but also includes links to tutorials and reference papers. These resources are carefully selected to help you grasp both the practical and theoretical aspects of Deep Learning, which can sometimes be challenging to find.
Currently developed topics:
- Object/text detection
- Encoder networks *
- Natural Language Processing (NLP) *
- Optical Character Recognition (OCR)
- Speech-To-Text (STT)
- Text-To-Speech (TTS) *
Additional utilities:
- Custom losses / metrics / callbacks
- Dataset processing / analyzing
- Plot / visualization utilities
- Audio processing
- Image processing
- Text processing
- Multi-threading framework
Practical use cases:
- Speaker Verification (SV) *
- Information Retrieval (IR) *
- Search text in audios / videos *
- Live transcription / subtitle generation *
- Text-To-Speech logger:
logging
-based logger that reads your logs withTTS
models * - Optical Character Recognition (OCR): this project allows to detect text in an image, and performs OCR on the detected text
All topics are released in separate repositories to make it easier to learn / experiment with dedicated code and resources.
* These repositories/features are currently refactored, and are not working properly yet. They will be updated in the next release ๐
Contacts:
- Mail:
yui-mhcp@tutanota.com
- Discord: yui0732
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). See the LICENSE file for details.
This license allows you to use, modify, and distribute the code, as long as you include the original copyright and license notice in any copy of the software/source. Additionally, if you modify the code and distribute it, or run it on a server as a service, you must make your modified version available under the same license.
For more information about the AGPL-3.0 license, please visit the official website
If you find this project useful in your work, please add this citation to give it more visibility! ๐
@misc{yui-mhcp
author = {yui},
title = {A Deep Learning projects centralization},
year = {2021},
publisher = {GitHub},
howpublished = {\url{https://github.com/yui-mhcp}}
}