Skip to content

Jliezed/ai-models-in-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– AI Models in Practice

A curated collection of practical AI model implementations and examples for real-world applications.


πŸ“‹ Available Models

🎡 Audio Processing

Text-to-Speech

  • πŸ“„ audio/text-to-speech/text-to-speech-kokoro-82m.py
    • Model: Kokoro 82M
    • Purpose: Generate natural speech from text
    • Languages: English, Spanish, French, Italian, Japanese, Chinese (Mandarin), Portuguese, Hindi
    • Features: Multiple voice options, batch processing from Excel files

🌐 Natural Language Processing

Machine Translation

  • πŸ“„ nlp/translation/translation-tencent-hunyuan-mt-7b.py
    • Model: Tencent HunYuan MT-7B
    • Purpose: High-quality multi-language translation
    • Languages: English β†’ French, Spanish, German, Chinese
    • Features: Batch translation from Excel files

πŸš€ Quick Start

  1. Clone the repository

    git clone <repository-url>
    cd ai-models-in-practice
  2. Set up environment

    python -m venv .venv
    source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  3. Install dependencies

    pip install -r requirements.txt
  4. Run a model

    # Text-to-Speech example
    python audio/text-to-speech/text-to-speech-kokoro-82m.py
    
    # Translation example
    python nlp/translation/translation-tencent-hunyuan-mt-7b.py

πŸ“ Project Structure

ai-models-in-practice/
β”œβ”€β”€ 🎡 audio/
β”‚   └── text-to-speech/
β”‚       β”œβ”€β”€ text-to-speech-kokoro-82m.py
β”‚       └── data/
β”œβ”€β”€ 🌐 nlp/
β”‚   └── translation/
β”‚       β”œβ”€β”€ translation-tencent-hunyuan-mt-7b.py
β”‚       └── data/
└── πŸ“– README.md

πŸ“„ License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages