This is a chatbot that efficiently retrieves relevant information from a databse of files using a clustering algorithm to answer questions relating to autism.
Usage:
- clone this repo locally
- type
python -m venv venvin cmd source venv/bin/activate- 'pip install -r requirements.txt' to install packages
- you can call
create_pdfsto add sample pdfs to your local dir - call
populate_pdfsto store the files in the db and create a cluster - call
chatto use the chatbot - if you want to add more files to the db (automatically recomputes the cluster) you can call
add_pdf