Experience hassle-free research paper recommendations tailored to your interests. Our automated system sends personalized emails with curated papers, ensuring timely delivery of relevant content.
To run locally:
git clone https://github.com/Rohan-Vij/PapyrAI, or download the code as a ZIP file and extract itcdinto thePapyrAIfolder- Run
pip install -r requirements.txt. Note that this might take some time. - Run
python .\main.py - Open
http://localhost:5678to see the website!
We welcome contributions from the community to help improve and enhance PapyrAI. If you're interested in contributing, please follow the guidelines below:
- Fork the repository and clone it to your local machine.
git clone https://github.com/Rohan-Vij/PapyrAI.git
- Create a new branch for your contribution.
git checkout -b my-contribution
-
Make your changes or additions to the codebase.
-
Commit and push your changes to your forked repository.
git add .
git commit -m "Add my contribution"
git push origin my-contribution
-
Open a pull request from your forked repository to the main repository.
-
Provide a clear and descriptive title and description for your pull request, outlining the changes you've made.
-
Our team will review your contribution, provide feedback, and work with you to incorporate your changes into the project.
Please ensure that your contributions align with our project's coding standards and guidelines. If you have any questions or need further assistance, feel free to reach out by opening an issue or contacting the project maintainers.
Thank you for your interest in contributing to PapyrAI! Together, we can make the research process more efficient and accessible for everyone.