This repository has the code for dialogus, the digital human and AI assistant.
- Clone the repository
- Install the requirements into a python virtual environment by running
pip install -r requirements.txt - On your local machine, run a server.
- Run 'python diallogus/backend/run_backend.py -address YOUR_SERVER_ADDRESS -model YOUR_MODEL
- Access token should be saved as a secret in the .env file as HF_ACCESS_TOKEN=YOUR_ACCESS_TOKEN