# Licensing and Acknowledgments ## Project License This project is licensed under the **MIT License**. - See: [../LICENSE](../LICENSE) If you redistribute Vocoflow, keep the MIT license notice with the distribution. ## Acknowledgments & Licensing This project utilizes the **Parakeet** family of ASR models developed by **NVIDIA**. ### Attribution We would like to thank the NVIDIA NeMo team for providing the high-performance Parakeet models used in this application. - **Model:** [parakeet-tdt-0.6b-v3-int8](https://huggingface.co/istupakov/parakeet-tdt-0.6b-v3-onnx) - **Creator:** [NVIDIA](https://www.nvidia.com/) - **License:** [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) ### License Notice Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved. The Parakeet models are provided under the Creative Commons Attribution 4.0 International License. By using these models, you agree to abide by the terms of the license, including proper attribution to NVIDIA. ## Practical Compliance Notes - Keep NVIDIA/Parakeet attribution in project docs when distributing builds using these model assets. - Review the linked CC-BY-4.0 terms for attribution requirements in your distribution context. ## Related Docs - [Architecture](ARCHITECTURE.md) - [Settings and Logging](SETTINGS_AND_LOGGING.md) - [Build and Release](BUILD_AND_RELEASE.md)