paper-ai-release-24-07-21/README_en.md
Shi Sheng 1be61f7a9a
docs: 更新了英文翻译 (#36)
* Update README_en.md

* Update README_en.md

* Update README_en.md

* Update README_en.md

* Update README_en.md

* Update README_en.md

* Update README_en.md

* Update README_en.md

* Update README_en.md

* Update README_en.md
2024-04-19 08:27:24 +08:00

3.1 KiB

the fastest way to create a paper with real references

paper-ai

The fastest way to write a paper with true references

Website Documentation (detailed tutorials, highly recommended)

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

Deploy with 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.

Using Docker

  1. Using docker pull command
docker pull 14790897/paperai:latest
  1. Run Docker
docker run -d -p 3000:3000 \
  -e NEXT_PUBLIC_AI_URL=CUSTOM_AI_URL \
  -e NEXT_PUBLIC_OPENAI_API_KEY=CUSTOM_API_KEY \
  14790897/paperai:latest

Replace CUSTOM_AI_URL and CUSTOM_API_KEY to your own model path and API key

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

This repository is licensed under the MIT License

See the LICENSE file for details.