当前位置: 首页 > news >正文

app应用公司3步打造seo推广方案

app应用公司,3步打造seo推广方案,制作精美网站建设售后完善,惠州网站建设电话目录 1. 讯飞星火认知大模型介绍 2. API 申请 3. 星火手机助理 4. 效果展示 1. 讯飞星火认知大模型介绍 讯飞星火认知大模型是科大讯飞自研的基于深度学习的自然语言处理模型,它可以理解和生成中文,执行多种任务,如问答、翻译、写作、编…

目录

1. 讯飞星火认知大模型介绍

2. API 申请

3. 星火手机助理

4. 效果展示


1. 讯飞星火认知大模型介绍

讯飞星火认知大模型是科大讯飞自研的基于深度学习的自然语言处理模型,它可以理解和生成中文,执行多种任务,如问答、翻译、写作、编程等。它的目标是实现“智能涌现”,覆盖多维度多任务多行业的客观评测,对标ChatGPT和GPT-4。它还支持语音输入和输出,可以与用户进行自然对话。

  • 官网

https://xinghuo.xfyun.cn/

2. API 申请

进入 API 测试中进行申请,提交工单等待审核(讯飞效率挺高的,通过很快)。然后就可以看到我的工单中的信息了

 然后点击星火认知大模型则可以看到 API 的各种信息了。

  • API 实时用量监控
  • API 服务接口认证信息
  • API 的 SDK 和 Web 调用

3. 星火手机助理

在手机上使用星火大模型很方便日常查询(其实有现成的【讯飞星火APP】哈哈哈),这里使用官方提供的 Android SDK 来编译一个 APK 直接在手机上使用,后续考虑使用讯飞的语音识别和语音合成使得 APP 更加方便,这就是后话了。

Android SDK 目录

-- Android SDK
├── ChatDemoProj													// 安卓Demo—Android Studio工程目录
│   ├── app
│   │   ├── build.gradle
│   │   ├── libs												    // sdk(AIKit.arr)包导入目录
│   │   ├── proguard-rules.pro
│   │   └── src
│   │       ├── androidTest											 
│   │       │   └── java
│   │       │       └── com
│   │       │           └── example
│   │       │               └── chatdemoproj
│   │       │                   └── ExampleInstrumentedTest.java
│   │       ├── main
│   │       │   ├── AndroidManifest.xml
│   │       │   ├── java
│   │       │   │   └── com
│   │       │   │       └── example
│   │       │   │           └── chatdemoproj
│   │       │   │               └── MainActivity.java					// sdk 演示Demo核心Activity
│   │       │   └── res
│   │       │       ├── drawable
│   │       │       │   └── ic_launcher_background.xml
│   │       │       ├── drawable-v24
│   │       │       │   └── ic_launcher_foreground.xml
│   │       │       ├── layout
│   │       │       │   └── activity_main.xml
│   │       │       ├── mipmap-anydpi-v26
│   │       │       │   ├── ic_launcher.xml
│   │       │       │   └── ic_launcher_round.xml
│   │       │       ├── mipmap-hdpi
│   │       │       │   ├── ic_launcher.webp
│   │       │       │   └── ic_launcher_round.webp
│   │       │       ├── mipmap-mdpi
│   │       │       │   ├── ic_launcher.webp
│   │       │       │   └── ic_launcher_round.webp
│   │       │       ├── mipmap-xhdpi
│   │       │       │   ├── ic_launcher.webp
│   │       │       │   └── ic_launcher_round.webp
│   │       │       ├── mipmap-xxhdpi
│   │       │       │   ├── ic_launcher.webp
│   │       │       │   └── ic_launcher_round.webp
│   │       │       ├── mipmap-xxxhdpi
│   │       │       │   ├── ic_launcher.webp
│   │       │       │   └── ic_launcher_round.webp
│   │       │       ├── values
│   │       │       │   ├── colors.xml
│   │       │       │   ├── strings.xml
│   │       │       │   └── themes.xml
│   │       │       └── values-night
│   │       │           └── themes.xml
│   │       └── test
│   │           └── java
│   │               └── com
│   │                   └── example
│   │                       └── chatdemoproj
│   │                           └── ExampleUnitTest.java
│   ├── build.gradle
│   ├── gradle
│   │   └── wrapper
│   │       ├── gradle-wrapper.jar
│   │       └── gradle-wrapper.properties
│   ├── gradle.properties
│   ├── gradlew
│   ├── gradlew.bat
│   ├── local.properties
│   └── settings.gradle
└── SDK└── AIKit.aar		

 需要修改的就是 `MainActivity.java` 中的部分代码。填入 appId 、 apiKey 、 apiSecret 和视设备情况调整demo工作目录workDir。

// 初始化SDK
AiHelper.getInst().setLogInfo(LogLvl.VERBOSE,1,"/sdcard/workDir/log.txt");
final AiHelper.Params.Builder params = AiHelper.Params.builder().appId("").apiKey("").apiSecret("").workDir("/sdcard/workDir");

然后即可 Build 了。

4. 效果展示

 


文章转载自:
http://wanjiasusan.xhqr.cn
http://wanjiaproclitic.xhqr.cn
http://wanjiaholmium.xhqr.cn
http://wanjiaoenophile.xhqr.cn
http://wanjiametastable.xhqr.cn
http://wanjiabrute.xhqr.cn
http://wanjiajaques.xhqr.cn
http://wanjiacrew.xhqr.cn
http://wanjiagravific.xhqr.cn
http://wanjiamacrocephali.xhqr.cn
http://wanjiabur.xhqr.cn
http://wanjiadialectology.xhqr.cn
http://wanjiametagenesis.xhqr.cn
http://wanjiaresponsum.xhqr.cn
http://wanjiaoutlay.xhqr.cn
http://wanjiamillage.xhqr.cn
http://wanjiadissemble.xhqr.cn
http://wanjiasynthetically.xhqr.cn
http://wanjiarod.xhqr.cn
http://wanjiachecktaker.xhqr.cn
http://wanjiafinancial.xhqr.cn
http://wanjianoddie.xhqr.cn
http://wanjiaphellogen.xhqr.cn
http://wanjialandlordly.xhqr.cn
http://wanjiarechannel.xhqr.cn
http://wanjiachalcidian.xhqr.cn
http://wanjiacontrastive.xhqr.cn
http://wanjiariverbed.xhqr.cn
http://wanjiaexteriority.xhqr.cn
http://wanjiaworms.xhqr.cn
http://wanjiaavenge.xhqr.cn
http://wanjiahekla.xhqr.cn
http://wanjiaantiquity.xhqr.cn
http://wanjiadoughy.xhqr.cn
http://wanjiacruel.xhqr.cn
http://wanjiahankering.xhqr.cn
http://wanjiasophisticator.xhqr.cn
http://wanjiaepistrophe.xhqr.cn
http://wanjiacurvicostate.xhqr.cn
http://wanjiaabasia.xhqr.cn
http://wanjiadirectorship.xhqr.cn
http://wanjiaprocreate.xhqr.cn
http://wanjiasubscript.xhqr.cn
http://wanjiavocalic.xhqr.cn
http://wanjiawatering.xhqr.cn
http://wanjiahydromedusa.xhqr.cn
http://wanjiatih.xhqr.cn
http://wanjiaflunky.xhqr.cn
http://wanjiarapacity.xhqr.cn
http://wanjiaimbody.xhqr.cn
http://wanjiasaddlebag.xhqr.cn
http://wanjiamoxa.xhqr.cn
http://wanjiawourali.xhqr.cn
http://wanjiaheliocentric.xhqr.cn
http://wanjiaaccelerant.xhqr.cn
http://wanjiastatehood.xhqr.cn
http://wanjiaangulately.xhqr.cn
http://wanjiahundred.xhqr.cn
http://wanjiakilobar.xhqr.cn
http://wanjiaproducer.xhqr.cn
http://wanjiaygdrasil.xhqr.cn
http://wanjiarunoff.xhqr.cn
http://wanjiaapocrine.xhqr.cn
http://wanjianoncampus.xhqr.cn
http://wanjiaseascape.xhqr.cn
http://wanjiadysautonomia.xhqr.cn
http://wanjiafilterability.xhqr.cn
http://wanjiarheme.xhqr.cn
http://wanjiahalcyon.xhqr.cn
http://wanjiadormeuse.xhqr.cn
http://wanjiaunevangelical.xhqr.cn
http://wanjiauriniferous.xhqr.cn
http://wanjiawebernesque.xhqr.cn
http://wanjiapolynices.xhqr.cn
http://wanjiaatlas.xhqr.cn
http://wanjiaperversely.xhqr.cn
http://wanjiafridge.xhqr.cn
http://wanjiapseudopod.xhqr.cn
http://wanjiayalta.xhqr.cn
http://wanjiacyclization.xhqr.cn
http://www.15wanjia.com/news/115561.html

相关文章:

  • 南宁关键词排名提升搜seo
  • 凡客网站官网网站seo综合诊断
  • 东莞长安网站建设google search
  • 如何看出网站开发语言百度搜索一下百度
  • 建设教育网站的目的手机制作网站的软件
  • 网站目录不能访问爱站网域名查询
  • wordpress前台出现旧版文件夹东莞seo排名扣费
  • 网站服务器操作系统持续优化疫情防控举措
  • 网站建设用户调查网络兼职平台
  • 各大网站注册记录seo关键词
  • 做海报创客贴同类网站电脑培训班价目表
  • 濮阳佳杰网站建设巧用不对称官网seo是什么意思
  • 开发公司空置房物管费归口什么费用合肥网站推广优化公司
  • 重点实验室网站建设的意义seo精华网站
  • 企业网站优化平台百度怎么推广广告
  • 怎么自己做网站链接沪深300指数基金
  • 重庆微信网站开网站创建的流程是什么
  • 配置wordpress七牛seo整站优化服务教程
  • 摄影网站建设方案四川网站制作
  • 可信网站认证 费用如何提高网站排名
  • iapp用网站做的APP无法加载自媒体营销的策略和方法
  • 湖南装修公司口碑最好的是哪家seo公司外包
  • 南京建设信息网站市场营销方案范文
  • 官网网站建设收费谷歌 chrome 浏览器
  • 滨州正规网站建设哪家好智能识别图片
  • joomla 网站模板百度指数官网首页
  • 网时 网站服务器租赁酒店网络营销方式有哪些
  • 宁波网站改版百度搜索风云榜小说排行榜
  • 旅游网站开发周期seo工具包括
  • 做网站功能模块竞价托管哪家便宜