1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-07-28 12:32:15 +08:00

Updated Open Source Promotion Plan Summer 2020 (markdown)

kyle 2020-05-30 16:52:18 +08:00
parent c8f14bc6ba
commit ffe4c91c06

@ -5,7 +5,6 @@
- [项目一:基于春松客服开发机器人客服](https://github.com/chatopera/cosin/wiki/Open-Source-Promotion-Plan---Summer-2020#%E9%A1%B9%E7%9B%AE%E4%B8%80%E5%9F%BA%E4%BA%8E%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D%E7%9A%84%E6%99%BA%E8%83%BD%E5%AE%A2%E6%9C%8D%E5%BC%80%E5%8F%91) - [项目一:基于春松客服开发机器人客服](https://github.com/chatopera/cosin/wiki/Open-Source-Promotion-Plan---Summer-2020#%E9%A1%B9%E7%9B%AE%E4%B8%80%E5%9F%BA%E4%BA%8E%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D%E7%9A%84%E6%99%BA%E8%83%BD%E5%AE%A2%E6%9C%8D%E5%BC%80%E5%8F%91)
- [项目二:春松客服的接口开发](https://github.com/chatopera/cosin/wiki/Open-Source-Promotion-Plan---Summer-2020#%E9%A1%B9%E7%9B%AE%E4%BA%8C%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D%E7%9A%84%E6%8E%A5%E5%8F%A3%E5%BC%80%E5%8F%91) - [项目二:春松客服的接口开发](https://github.com/chatopera/cosin/wiki/Open-Source-Promotion-Plan---Summer-2020#%E9%A1%B9%E7%9B%AE%E4%BA%8C%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D%E7%9A%84%E6%8E%A5%E5%8F%A3%E5%BC%80%E5%8F%91)
- [项目三:春松客服的插件开发](https://github.com/chatopera/cosin/wiki/Open-Source-Promotion-Plan---Summer-2020#%E9%A1%B9%E7%9B%AE%E4%B8%89%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D%E7%9A%84%E6%8F%92%E4%BB%B6%E5%BC%80%E5%8F%91) - [项目三:春松客服的插件开发](https://github.com/chatopera/cosin/wiki/Open-Source-Promotion-Plan---Summer-2020#%E9%A1%B9%E7%9B%AE%E4%B8%89%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D%E7%9A%84%E6%8F%92%E4%BB%B6%E5%BC%80%E5%8F%91)
- [项目四Clause服务调优](https://github.com/chatopera/cosin/wiki/Open-Source-Promotion-Plan---Summer-2020#%E9%A1%B9%E7%9B%AE%E5%9B%9Bclause%E6%9C%8D%E5%8A%A1%E8%B0%83%E4%BC%98)
--- ---
# 开源软件供应链点亮计划 暑期2020 # 开源软件供应链点亮计划 暑期2020
@ -118,36 +117,6 @@ Open Source Promotion Plan - Summer 2020
- Https配置 - Https配置
- Mysql、Redis、Elasticsearch、Mongodb - Mysql、Redis、Elasticsearch、Mongodb
- Java、Spring Boot、Nodejs、Python - Java、Spring Boot、Nodejs、Python
9. 相关的开源软件仓库与资料列表:
- https://github.com/chatopera/
- https://github.com/chatopera/cosin
- https://github.com/chatopera/clause
- https://docs.chatopera.com/
- https://bot.chatopera.com/
## 项目四Clause服务调优
1. 项目标题Clause服务调优
2. 项目描述:
- 春松客服集成的智能问答机器人的底层服务是基于[Chatopera Language Understanding ServiceChatopera 语义理解服务](https://github.com/chatopera/clause)。Clause 是帮助企业快速而低成本的获得好用的语义理解服务的系统让机器更理解人。Clause 是 Chatopera 团队自主研发及使用其他商业友好的开源软件的方式实现的Clause 为实现企业聊天机器人提供强大的大脑包括客服、智能问答和自动流程服务。Clause 利用深度学习,自然语言处理和搜索引擎技术,让机器更加理解人。
- Clause已经上线Chatopera机器人平台以及其他的企业生产环境。可以基于Clause搭建自己的智能问答机器人平台也可以基于它再开发更多的功能。
- 作为本次暑假2020参与项目请参与学生基于Clause搭建自己的智能问答机器人、为Clause调优增加功能。
3. 项目难度:难
4. 项目社区导师:[王海良](https://github.com/Samurais)、[向宇](https://github.com/mukaiu)、[张凯](https://github.com/kylezhang)
5. 导师联系方式info@chatopera.com
6. 合作导师联系方式(选填)
7. 项目产出要求:
- 搭建自己的智能问答机器人,可以演示
- 对服务进行调优,要有调优前后的对比数据
- 结合当下机器人行业的发展,至少开发一个新功能
- 发现Bugs并且Fixed会有加分
8. 项目技术要求:
- 基本的 Linux 命令
- Docker、Docker-compose基本命令
- Nginx/Caddy基本使用
- Https配置
- Mysql、Redis、Elasticsearch、Mongodb、RPC、
- Java、Spring Boot、Nodejs、Python、C++
- 了解问答机器人的相关概念,如:意图、词典、槽位等
9. 相关的开源软件仓库与资料列表: 9. 相关的开源软件仓库与资料列表:
- https://github.com/chatopera/ - https://github.com/chatopera/
- https://github.com/chatopera/cosin - https://github.com/chatopera/cosin