Skip to content

DeepThinkingZhouLiu/PaperSynthesizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper Synthesizer

AI-powered research paper analysis and idea generation platform.

Quick Start

  1. Copy environment file:
cp .env.example .env
  1. Configure LLM API in .env:
LLM_API_URL=https://api.openai.com/v1
LLM_API_KEY=your-api-key
  1. Start services:
docker-compose up -d
  1. Access the application:

Features

  • Data Ingestion: arXiv subscription, PDF download, MinerU conversion
  • Deep Analysis: Structured extraction, limitation radar, reproducibility score
  • Idea Engine: Gap hunter, combinatorial innovation, idea cards

Development

Backend

cd backend
pip install -r requirements.txt
uvicorn app.main:app --reload

Frontend

cd frontend
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •