Giter Site home page Giter Site logo

autogpt_for_web's Introduction

1.拥有一个独立文件夹并可自主操作的智能助手 可调试程序(B站视频Hello world实验程序)

B站的朋友直接clone下来,将MyOratorTest拖入您的IDE中

1.打开workgpt_service.py启动ws服务器

2.将newbing.js复制在newbing网页的控制台中,回车

成功复现视频中的实验程序

2.newbing驱动语音版助手星期三(唤醒词加连续对话)

1.在new_bing_service.py中

将您的百度语音(免费的百度云服务)的,将以下填好

APP_ID = '' API_KEY = '' SECRET_KEY = ''

在picovoice官网获取一个您自己需要的唤醒词(免费),替换掉对应的唤醒词文件 将以下填好

PICOVOICE_API_KEY = "" # 你的picovoice key

keyword_path = '' #唤醒词模型文件路径

2.启动newbing_service.py 等待1到两秒看到程序输出服务器启动

3.将newbing.js复制在newbing网页的控制台中,回车

4.此时控制台会初始化唤醒词模块,大约一秒后初始化成功,即可语音唤醒助手

autogpt_for_web's People

Contributors

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