Skip to content

misakiudon/raccoon_chitchat_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Server for llm-tts chitchat application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages