Team Members:
- Hoang Ho (hho48@gatech.edu)
- Leah Kim (lk2935@barnard.edu)
- Nayan Bhiwapurkar (nayanbhiwapurkar@asu.edu)
- Aarya Brahmane (aarya.brahmane@tamu.edu)
You can refer to the [about the project](https://innsight.streamlit.app/) section for more information.
The chatbot is deployed on Streamlit cloud and you can go here to have a conversation with the chatbot.
First, clone the repo locally to your machine. Then, run the following commands:
virtualenv venv
source venv/bin/activate
pip install -r requirements.txtRun the following command and open the external link given by Streamlit, which would be displayed in the terminal, in the browser:
streamlit run pages/Main.py