Code Monkey home page Code Monkey logo

webchat's Introduction

WebChat

项目介绍

基于spring boot2.0+百度语音转换+图灵机器人

主要功能

1.实现web端在线智能聊天 2.基于百度语音识别实现文字转语音 3.实现web端音频流与视频流的录制,实现上传,播放

准备工作

1.申请百度语音api 地址:http://ai.baidu.com/

2.申请图灵api 地址:http://www.tuling123.com/

属性配置

配置util包中BaiDuAi.java,TuLing.java对应的key

BaiDuAi.java:
    public static final String APP_ID = "你的APP_ID";
    public static final String API_KEY = "你的API_KEY";
    public static final String SECRET_KEY = "你的SECRET_KEY";
TuLing.java:
    public static String  APIKEY = "你的APIKEY";

项目代码未整理,有很多重复代码,可以按照需求提取自己需要的代码
邮箱:[email protected] 欢迎一起交流进步(0^◇^0)/

webchat's People

Contributors

kaibow 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.