搜索真实文献并生成引用对应文献的AI论文
9022969ac6
This reverts commit
|
||
---|---|---|
.github/workflows | ||
.vscode | ||
app | ||
components | ||
docs | ||
pages | ||
public | ||
supabase | ||
utils | ||
.env.production | ||
.gitattributes | ||
.gitignore | ||
CHANGELOG.md | ||
dictionaries.js | ||
docker-compose.yml | ||
Dockerfile | ||
getPaper.py | ||
LICENSE | ||
middleware.ts | ||
next.config.js | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README_en.md | ||
README.md | ||
sentry.client.config.ts | ||
sentry.edge.config.ts | ||
sentry.server.config.ts | ||
tailwind.config.js | ||
tsconfig.json | ||
vercel.json |
paper-ai
The fastest way to write a paper with true references
Features · Demo · Deploy to Vercel · Clone and run locally ·
Features
Using AI for Paper Writing
- AI Write Feature: Click "AI Write" for a normal dialogue interaction. AI will provide writing suggestions or answer questions based on your input.
- Paper2AI Feature: Click "Paper2AI" to search for papers in Semantic Scholar or arxiv based on entered keywords. The system will integrate the information into your paper.
Editing and Modifying
- Directly edit and modify the AI-generated content in the editor.
- Use the provided tools to adjust text style and layout.
Demo
You can view a fully working demo at paperai.life.
Deploy to Vercel
The above will also clone the repo to your GitHub, you can clone that locally and develop locally.
If you wish to just develop locally and not deploy to Vercel, follow the steps below.
Clone and run locally
# Clone the repository
git clone https://github.com/14790897/paper-ai.git
# Enter the project directory
cd paper-ai
# Install dependencies
npm install
# Run the project
npm run dev
LICENSE
MIT