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 venv
in cmd source venv/bin/activate
- 'pip install -r requirements.txt' to install packages
- you can call
create_pdfs
to add sample pdfs to your local dir - call
populate_pdfs
to store the files in the db and create a cluster - call
chat
to use the chatbot - if you want to add more files to the db (automatically recomputes the cluster) you can call
add_pdf