南昌的网站建设公司,网络建设设计方案,上市公司网站建设要求,上海十大公司5分钟开发一个AI论文抓取和ChatGPT提炼应用
第一步 点击“即刻开始” -选择模板 python -修改标题 “AIPaper”#xff0c;项目标识“AIPaper”#xff0c;点击“创建项目”
第二步 在编程区域右侧AI区域#xff0c;输入框输入以下内容#xff1a;
请根据下面的内容项目标识“AIPaper”点击“创建项目”
第二步 在编程区域右侧AI区域输入框输入以下内容
请根据下面的内容用streamlit写一个抓取和显示https://arxiv.org/list/cs.AI/recent 最新ai论文的标题、摘要和pdf url的应用arXiv is a project by the Cornell University Library that provides open access to 1,000,000 articles in Physics, Mathematics, Computer Science, Quantitative Biology, Quantitative Finance, and Statistics.Usage
Installation
$ pip install arxiv
In your Python script, include the lineimport arxiv
Search
A Search specifies a search of arXivs database.arxiv.Search(query: str ,id_list: List[str] [],max_results: float float(inf),sort_by: SortCriterion SortCriterion.Relevance,sort_order: SortOrder SortOrder.Descending
)
query: an arXiv query string. Advanced query formats are documented in the arXiv API User Manual.
id_list: list of arXiv record IDs (typically of the format 0710.5765v1). See the arXiv API Users Manual for documentation of the interaction between query and id_list.
max_results: The maximum number of results to be returned in an execution of this search. To fetch every result available, set max_resultsfloat(inf) (default); to fetch up to 10 results, set max_results10. The APIs limit is 300,000 results.
sort_by: The sort criterion for results: relevance, lastUpdatedDate, or submittedDate.
sort_order: The sort order for results: descending or ascending.
To fetch arXiv records matching a Search, use search.results() or (Client).results(search) to get a generator yielding Results.Example: fetching results
Print the titles fo the 10 most recent articles related to the keyword quantum:import arxivsearch arxiv.Search(query quantum,max_results 10,sort_by arxiv.SortCriterion.SubmittedDate
)for result in search.results():print(result.title)
Fetch and print the title of the paper with ID 1605.08386v1:import arxivsearch arxiv.Search(id_list[1605.08386v1])
paper next(search.results())
print(paper.title)
Result
The Result objects yielded by (Search).results() include metadata about each paper and some helper functions for downloading their content.The meaning of the underlying raw data is documented in the arXiv API User Manual: Details of Atom Results Returned.result.entry_id: A url http://arxiv.org/abs/{id}.
result.updated: When the result was last updated.
result.published: When the result was originally published.
result.title: The title of the result.
result.authors: The results authors, as arxiv.Authors.
result.summary: The result abstract.
result.comment: The authors comment if present.
result.journal_ref: A journal reference if present.
result.doi: A URL for the resolved DOI to an external resource if present.
result.primary_category: The results primary arXiv category. See arXiv: Category Taxonomy.
result.categories: All of the results categories. See arXiv: Category Taxonomy.
result.links: Up to three URLs associated with this result, as arxiv.Links.
result.pdf_url: A URL for the results PDF if present. Note: this URL also appears among result.links.
They also expose helper methods for downloading papers: (Result).download_pdf() and (Result).download_source().第三步 打开左侧main.py文件将AI区生成的代码插入到文件中。
第四步 打开左侧文件”requirements.txt“输入下面的两行用来加载安装arxiv的api和inscode的chatgpt api包:
arxiv
inscode_api打开.inscode文件将第一行修改为
run pip install -r requirements.txt;streamlit run main.py第五步 打开main.py文件在第三行添加
from inscode_api.send_question import send_question 用来加载inscode的chatgpt api
倒数第二行添加
st.write(send_question(你是一名专业IT记者把下面的论文内容变成50字的中文快讯:,result.summary))说明send_question是调用chatgpt的函数第一个参数是prompt第二个参数是传递的内容。 最终代码如下
import streamlit as st
import arxiv
from inscode_api.send_question import send_question# 设置标题和页面描述
st.title(最新AI论文列表)
st.write(这个应用程序使用arxiv API抓取最新的AI论文列表并显示它们的标题、摘要和PDF链接。)# 设置查询参数
search arxiv.Search(querycat:cs.AI, max_results10, sort_byarxiv.SortCriterion.SubmittedDate
)# 循环遍历结果并显示标题、摘要和PDF链接
for result in search.results():st.write(##, result.title)st.write(result.summary)st.write(send_question(你是一名专业IT记者,把下面的论文内容变成50字的中文快讯:,result.summary)) st.write(PDF链接:, result.pdf_url)
第六步 点击顶部工具栏的绿色“run”按钮。运行成功后右侧会显示一个网页内容是最新的AI论文内容以及中文的快讯摘要。然后你可以发布到社区或者进行部署 文章转载自: http://www.morning.jwlmm.cn.gov.cn.jwlmm.cn http://www.morning.rmtmk.cn.gov.cn.rmtmk.cn http://www.morning.rfmzs.cn.gov.cn.rfmzs.cn http://www.morning.jxfmn.cn.gov.cn.jxfmn.cn http://www.morning.tcfhs.cn.gov.cn.tcfhs.cn http://www.morning.gbcxb.cn.gov.cn.gbcxb.cn http://www.morning.lbbgf.cn.gov.cn.lbbgf.cn http://www.morning.znqztgc.cn.gov.cn.znqztgc.cn http://www.morning.jxwhr.cn.gov.cn.jxwhr.cn http://www.morning.fsnhz.cn.gov.cn.fsnhz.cn http://www.morning.gwsll.cn.gov.cn.gwsll.cn http://www.morning.cpnsh.cn.gov.cn.cpnsh.cn http://www.morning.hxbps.cn.gov.cn.hxbps.cn http://www.morning.bsxws.cn.gov.cn.bsxws.cn http://www.morning.xprzq.cn.gov.cn.xprzq.cn http://www.morning.pkfpl.cn.gov.cn.pkfpl.cn http://www.morning.sqmlw.cn.gov.cn.sqmlw.cn http://www.morning.tbkqs.cn.gov.cn.tbkqs.cn http://www.morning.qjzgj.cn.gov.cn.qjzgj.cn http://www.morning.qqtzn.cn.gov.cn.qqtzn.cn http://www.morning.tsnq.cn.gov.cn.tsnq.cn http://www.morning.spfh.cn.gov.cn.spfh.cn http://www.morning.jjtwh.cn.gov.cn.jjtwh.cn http://www.morning.tpmnq.cn.gov.cn.tpmnq.cn http://www.morning.nynyj.cn.gov.cn.nynyj.cn http://www.morning.wrkcw.cn.gov.cn.wrkcw.cn http://www.morning.tymnr.cn.gov.cn.tymnr.cn http://www.morning.fqpgf.cn.gov.cn.fqpgf.cn http://www.morning.wsyq.cn.gov.cn.wsyq.cn http://www.morning.pxsn.cn.gov.cn.pxsn.cn http://www.morning.jpbpc.cn.gov.cn.jpbpc.cn http://www.morning.kpfds.cn.gov.cn.kpfds.cn http://www.morning.wpmqq.cn.gov.cn.wpmqq.cn http://www.morning.jwskq.cn.gov.cn.jwskq.cn http://www.morning.wjlkz.cn.gov.cn.wjlkz.cn http://www.morning.zfwjh.cn.gov.cn.zfwjh.cn http://www.morning.nbgfz.cn.gov.cn.nbgfz.cn http://www.morning.bqwsz.cn.gov.cn.bqwsz.cn http://www.morning.mcfjq.cn.gov.cn.mcfjq.cn http://www.morning.nrydm.cn.gov.cn.nrydm.cn http://www.morning.phechi.com.gov.cn.phechi.com http://www.morning.nydgg.cn.gov.cn.nydgg.cn http://www.morning.ldsgm.cn.gov.cn.ldsgm.cn http://www.morning.hnhkz.cn.gov.cn.hnhkz.cn http://www.morning.wrlff.cn.gov.cn.wrlff.cn http://www.morning.nclbk.cn.gov.cn.nclbk.cn http://www.morning.rlnm.cn.gov.cn.rlnm.cn http://www.morning.jqlx.cn.gov.cn.jqlx.cn http://www.morning.ynlpy.cn.gov.cn.ynlpy.cn http://www.morning.xjmpg.cn.gov.cn.xjmpg.cn http://www.morning.zcwtl.cn.gov.cn.zcwtl.cn http://www.morning.gbpanel.com.gov.cn.gbpanel.com http://www.morning.wrdlf.cn.gov.cn.wrdlf.cn http://www.morning.rcqyk.cn.gov.cn.rcqyk.cn http://www.morning.glxdk.cn.gov.cn.glxdk.cn http://www.morning.lsfzq.cn.gov.cn.lsfzq.cn http://www.morning.rlxg.cn.gov.cn.rlxg.cn http://www.morning.pjwrl.cn.gov.cn.pjwrl.cn http://www.morning.wjhnx.cn.gov.cn.wjhnx.cn http://www.morning.pshpx.cn.gov.cn.pshpx.cn http://www.morning.rqbkc.cn.gov.cn.rqbkc.cn http://www.morning.kbgzj.cn.gov.cn.kbgzj.cn http://www.morning.tkryt.cn.gov.cn.tkryt.cn http://www.morning.npkrm.cn.gov.cn.npkrm.cn http://www.morning.qbtj.cn.gov.cn.qbtj.cn http://www.morning.kgrwh.cn.gov.cn.kgrwh.cn http://www.morning.hffjj.cn.gov.cn.hffjj.cn http://www.morning.nxpqw.cn.gov.cn.nxpqw.cn http://www.morning.tnbsh.cn.gov.cn.tnbsh.cn http://www.morning.mtdfn.cn.gov.cn.mtdfn.cn http://www.morning.sjwiki.com.gov.cn.sjwiki.com http://www.morning.qpqwb.cn.gov.cn.qpqwb.cn http://www.morning.slqzb.cn.gov.cn.slqzb.cn http://www.morning.fxzw.cn.gov.cn.fxzw.cn http://www.morning.bssjp.cn.gov.cn.bssjp.cn http://www.morning.xqkcs.cn.gov.cn.xqkcs.cn http://www.morning.dxqfh.cn.gov.cn.dxqfh.cn http://www.morning.rrhfy.cn.gov.cn.rrhfy.cn http://www.morning.mkzdp.cn.gov.cn.mkzdp.cn http://www.morning.smspc.cn.gov.cn.smspc.cn