trtc conversation ai demo
-
Install Python:
- Ensure you have Python 3.7+ installed. You can download it from python.org.
-
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
- On macOS and Linux:
-
Install Dependencies:
- Make sure you have
pip
installed. Then run:pip install -r requirements.txt
- Make sure you have
-
Config:
- When you're done, modify the env.yaml:
cp example.env.yaml env.yaml
- When you're done, modify the env.yaml:
-
Run the Application:
- Start the application by running:
python main.py
- Start the application by running:
-
Configuration:
- Configuration files are located in the
env.yaml
directory. Make sure to update them as needed.
- Configuration files are located in the
-
Support:
- For support, please open an issue on the GitHub repository.