- Data Extraction files for vox, ics and other iitk webpages respectively.
- dataset.json which contains the processed dataset
- Embeddings.py which creates embeddings for the dataset.json file
- chunk_embeddings.pt which contains the processed embeddings of the dataset
- streamlit_app.py which contains the actual streamlit interface
- Open the streamlit_app.py file.
- Run it via command:
streamlit run streamlit_app.py - A local host window will open in your browser showing the chatbot interface.
- The chatbot will take 60-90 seconds to load initally. Afterwards type in your query and press enter. The Chatbot will show the answer.