Xiao215 / Paper-Clustering

Extract all AI research papers under https://www.jair.org/index.php/jair/issue/archive, and classify them into different topics with Cohere-API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paper-Clustering

This project is inspired by the article What’s Trending in AI — Topic Modeling of AI Papers in 2022 from co:here AI.

The backend is implemented on Flask for the purpose of a REST API.

Set up

  1. Initialize a virtual environment called venv with virtualenv.
virtualenv venv
  1. Install all the required packages
pip3 install -r requirements.txt
  1. Create an environment file, .env, and store the co:here api key inside in the format of
# inside .env
COHERE_API_KEY = YOUR_KEY
  1. Run the server
flask run

About

Extract all AI research papers under https://www.jair.org/index.php/jair/issue/archive, and classify them into different topics with Cohere-API


Languages

Language:Python 100.0%