Giter Club home page Giter Club logo

paper-ai's Introduction

English Documentation

Next.js and Supabase Starter Kit - the fastest way to build apps with Next.js and Supabase

使用真实文献最快速完成论文的方法

功能 · 演示 · 部署到 Vercel · 克隆并在本地运行 ·


功能

利用人工智能撰写论文

  • 人工智能书写功能: 点击 "AI 写作 "进行正常对话互动。人工智能将根据您的输入提供写作建议或回答问题。
  • Paper2AI功能: 点击 "Paper2AI",根据输入的关键词在Semantic Scholar或arxiv或PubMed中搜索论文。系统将把信息整合到您的论文中。

编辑和修改

  • 在编辑器中直接编辑和修改人工智能生成的内容。
  • 使用提供的工具调整文本样式和布局。

演示

您可以在 paperai.life 查看完整的工作演示。

部署到Vercel

Deploy with Vercel

上述操作还会将 repo 克隆到 GitHub。

如果只想在本地开发,而不想部署到 Vercel,请按以下步骤操作

镜像运行

  1. 拉取镜像
docker pull 14790897/paperai:latest
  1. 运行镜像
docker run -d -p 3000:3000 \
  -e NEXT_PUBLIC_AI_URL=自定义AI模型地址\
  -e NEXT_PUBLIC_OPENAI_API_KEY=自定义API KEY \
  14790897/paperai:latest

环境变量说明

  1. NEXT_PUBLIC_OPENAI_API_KEY 设置key,只要在设置界面(右上角齿轮)对应的位置留空就会使用预定的变量
  2. NEXT_PUBLIC_AI_URL 设置上游url,只要在设置界面(右上角齿轮)对应的位置留空就会使用预定的变量
  3. NEXT_PUBLIC_SEMANTIC_API_KEY 设置semantic scholar的key,可以增加请求量
  4. NEXT_PUBLIC_PUBMED_API_KEY 设置pubmed的key,可以增加请求量

克隆并在本地运行

# 克隆版本库
git clone https://github.com/14790897/paper-ai.git

# 进入项目目录
cd paper-ai

# 安装依赖项
npm install

# 运行项目
npm run dev

参考文档

  1. semantic scholar api: https://api.semanticscholar.org/api-docs/#tag/Paper-Data/operation/get_graph_paper_relevance_search
  2. pubmed api: https://www.ncbi.nlm.nih.gov/books/NBK25500/

许可证

MIT

paper-ai's People

Contributors

14790897 avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.