AI app for generating research papers with citations
Top 30.6% on sourcepulse
This project provides an AI-powered tool for researchers and students to accelerate academic writing by generating content and finding relevant literature. It aims to streamline the research and drafting process, making it faster and more efficient to produce academic papers.
How It Works
The system integrates AI writing capabilities with a literature search function. Users can interact with the AI for writing suggestions or answers to queries. The "Find Literature" feature queries Semantic Scholar, arXiv, or PubMed based on keywords, incorporating the retrieved information directly into the user's paper. The generated content is editable within an integrated editor.
Quick Start & Requirements
docker pull 14790897/paperai:latest
and docker run -d -p 3000:3000 -e NEXT_PUBLIC_AI_URL=your_ai_model_url -e NEXT_PUBLIC_OPENAI_API_KEY=your_openai_api_key 14790897/paperai:latest
npm install
, and then npm run dev
.Highlighted Details
Maintenance & Community
The project is maintained by a single author (14790897
). Community interaction channels are not explicitly mentioned in the README.
Licensing & Compatibility
Limitations & Caveats
The project relies on external API keys for core functionality, and the quality of AI output is dependent on the underlying AI model and user prompts. The README does not detail specific performance benchmarks or known limitations of the literature search or AI writing components.
1 month ago
1 day