Skip to content

Tencent-RTC/trtc-conversation-ai-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trtc-conversation-ai-demo

trtc conversation ai demo

How To Start

  1. Install Python:

    • Ensure you have Python 3.7+ installed. You can download it from python.org.
  2. Create a Virtual Environment:

    • On macOS and Linux:
      python3 -m venv venv
      source venv/bin/activate
    • On Windows:
      python -m venv venv
      .\venv\Scripts\activate
  3. Install Dependencies:

    • Make sure you have pip installed. Then run:
      pip install -r requirements.txt
  4. Config:

    • When you're done, modify the env.yaml:
      cp example.env.yaml  env.yaml
  5. Run the Application:

    • Start the application by running:
      python main.py

Additional Information

  • Configuration:

    • Configuration files are located in the env.yaml directory. Make sure to update them as needed.
  • Support:

    • For support, please open an issue on the GitHub repository.

Releases

No releases published

Packages

No packages published