Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 831 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 831 Bytes

raccoon_chitchat_server

Server for llm-tts chitchat application.

How to use

Worked in python version 3.9 and 3.10.

Install

git clone https://github.com/misakiudon/raccoon_chitchat_server.git
cd raccoon_chitchat_server
python -m venv venv
source venv/bin/activate #Linux
# venv\Scripts\activate # Windows
pip install -r requirements.txt

Run

ngrok authtoken {your_ngrok_authtoken}
python server.py

Run with client

When the server is running, find below at the terminal...

Models loaded: 1
Ngrok tunnel open at: NgrokTunnel: "https://server-ngrok-url.ngrok-free.app" -> "http://localhost:5000"
 * Serving Flask app 'server'
 * Debug mode: off

Copy the ngrok url and use as argument for client.