Ethan07902050 / trending

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Trending Analysis

Setup

  1. Set up API key.
export ANTHROPIC_API_KEY='your-api-key-here'
  1. Download arxiv paper metadata from kaggle and place the json file in arxiv.

Arxiv

cd arxiv
python main.py --data_path=arxiv-metadata-oai-snapshot.json --output_path=paper_summary.txt

Github

cd github
python main.py --output_path=repo_summary.json

Huggingface

cd huggingface
python main.py --output_path=model_summary.txt

About


Languages

Language:Python 100.0%