Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 406 Bytes

File metadata and controls

24 lines (18 loc) · 406 Bytes

ChatBot

STIM Analytics ChatBot that can answer questions about the patents based on the reports. image

Setup

Requirements

python -m venv venv
source venv/bin/activate
python -m pip install -r requirements.txt

Run the server

python server.py

Run the client

python client.py