Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.
/ AIReader Public archive

AIReader 是一个基于Yuan2.0的名著阅读助手,它可以帮助用户快速阅读名著,并回答相关问题。

License

Notifications You must be signed in to change notification settings

LeoAndJellyfish/AIReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yuan2.0 AIReader(短期内不再开发)

AIReader 是一个基于Yuan2.0的文章阅读助手,它可以帮助用户快速阅读文章,并回答相关问题。

部署流程

获取代码

git clone https://github.com/LeoAndJellyfish/AIReader.git

环境准备

# 查看已安装依赖
pip list
# 安装环境
pip install --upgrade pip
pip install streamlit==1.24.0 langchain langchain_community langchain_huggingface pypdf

#根据实际情况选择cpu或gpu版本
pip install faiss-gpu
#pip install faiss-cpu

启动服务

运行

#根据实际情况启动cpu或gpu版本
streamlit run app_gpu.py --server.address 127.0.0.1 --server.port 6006
#streamlit run app_cpu.py --server.address 127.0.0.1 --server.port 6006

TODO

  • 用langchain重构代码
  • 改进概括算法实现
  • 改进用户页面
  • [o] 关闭后删除临时文件

链接

体验demo:https://www.modelscope.cn/studios/leo12QWER/AIReader

开发日志:https://zhuanlan.zhihu.com/p/713670859

About

AIReader 是一个基于Yuan2.0的名著阅读助手,它可以帮助用户快速阅读名著,并回答相关问题。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages