In today’s information-rich world, scientific publications play a pivotal role in disseminating knowledge and advancing research across various disciplines. The exponential growth of digital repositories, such as arXiv, has made it increasingly challenging for researchers to keep up with the vast volume of available literature. To address this challenge, we propose a novel approach that harnesses the power of Kaggle datasets for arXiv paper topic classification and builds a robust recommendation system.
Clone the repository
git clone https://github.com/NirajanBekoju/Arxiv-Topic-Classification-and-Paper-Recommendation-System
Setup conda environment
conda env create -f environment.yml
The backend is developed using django and django rest framework.
Activate the conda environment
conda activate aifellowship
Run django server
python3 manage.py runserver
The frontend is developed using React. Node version : 19.9.0 and npm version : 9.6.3 Install npm packages
npm install
Run the server
npm run start
- Currently Working On