Welcome to the Research Paper Chatbot!
Powered by Streamlit, this chatbot is designed to assist you in exploring and discussing research papers.
Whether you're looking for specific papers, need help understanding complex concepts, or want to engage in scholarly discussions, our chatbot is here to help. Simply input your queries and let the chatbot guide you through the world of research papers.
Happy exploring!
Open Visual Studio Code and navigate to your preferred location to down the files
Open terminal and copy the following code:
git clone https://github.com/praggyaverma/Research-Paper-Chatbot.git
After complete installation, navigate to Research-Paper-Chatbot and run the following command in terminal:
pip install -r requirements.txt
After successful installation of the requirements, you can run the app using the following code:
streamlit run app.py