GithubHelp home page GithubHelp logo

spicyguml / auto-survey Goto Github PK

View Code? Open in Web Editor NEW

This project forked from red-tie/auto-survey

0.0 0.0 0.0 87 KB

使用GPT对给定的标题进行相关论文总结

License: MIT License

Python 77.07% TeX 22.93%

auto-survey's Introduction

license title python_version
mit
文献调研神器
3.10.10

文献调研神器

这个项目旨在轻松快捷的调研相关文献! 具体包含如下功能:

  • 自动搜索相关文献, 提供真实有出处的引用.
  • 自动生成LaTeX格式,markdown格式的调研结果.

部署方法

  1. 克隆此仓库:
git clone https://github.com/red-tie/auto-survey
  1. 安装依赖:
pip install -r requirements.txt
  1. main.pyyour key 替换成有效的open key
openai.api_key = "your key"
  1. main.py中的target_title替换成自己的标题
target_title = "Reinforcement Learning for Robot Control"
  1. 运行main.py
python main.py

所得到的结果结果会保存在 outputs 目录的对应文件夹下,文件夹以运行main.py的时间为名。 用户可以在能运行tex文件的地方直接运行main.tex 得到相应的pdf文件, 或者直接查看survey.md文件即可.

参考与学习

代码主要参考了如下优秀项目:
https://github.com/kaixindelele/ChatPaper
https://github.com/CCCBora/auto-draft

auto-survey's People

Contributors

red-tie 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.