mal2 / python-chatbot-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intent chatbot websocket server example for library application

Backend that delivers the response from the ML model (training) via websocket, see client

Setup

Creating a virtual environment and activate it:

virtualenv -p python3.9 venv

Activate for linux

source venv/bin/activate

or for Windows:

.\venv\Scripts\activate

Then install the required python librarys using:

pip install -r requirements.txt

Usage

Finally run by using:

uvicorn main:app --reload --port 8000

About


Languages

Language:Python 99.4%Language:Procfile 0.6%