Empowering research scholars with AI technology, Research Buddy allows you to upload research papers and receive quick and accurate answers to your questions, all powered by OpenAI's advanced technology.
Visit our website on : https://research-buddy.streamlit.app/
- Upload your research paper through the upload button.
- Type your question on the text box.
- Click 'Submit'.
- Relax while we extract your answer.
- Hurray! your answer's here!!
This is an open source project so feel free to contribute!!
Follow these simple steps:
-
Fork This Repository
-
Using Git on your local machine, clone your fork using the URL you just copied: git clone URL_OF_FORK
-
Navigate to Repo enter cd NAME_OF_REPOSITORY
-
git remote add upstream URL_OF_PROJECT
-
git remote -v
-
git pull upstream master
-
git checkout -b BRANCH_NAME
-
Make Changes
-
git add .
-
git commit -m "commit message"
-
git push -u origin BRANCH_NAME