GithubHelp home page GithubHelp logo

step63r / chataifluentwpf Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 159 KB

ChatGPTと会話するシンプルなチャットアプリ

License: MIT License

C++ 12.95% C 0.16% C# 86.89%
azure-cognitive-services chatgpt fluent-design voicevox wpf

chataifluentwpf's Introduction

ChatAI Fluent WPF

Description

ChatGPTと会話するシンプルなチャットアプリです。

音声入力を文字列化してChatGPTに送り、返ってきた内容を合成音声で喋らせます。

音声入力には Azure Cognitive Services (Speech to Text) を、音声合成には VOICEVOX Core を利用しています。

Requirement

  • Windows 11 Pro 22H2+
  • .NET 6
  • Visual Studio 2022
  • VOICEVOX Core 0.14.2

Usage

はじめに VOICEVOX コアライブラリをセットアップします。

詳細は VOICEVOX/voicevox_core を参照ください。

例えばCPUによる音声合成にはビルド出力先フォルダ (bin/Debug[Release]/net6.0-windows) 配下に以下のモジュール等を配置しておく必要があります。

  • model/
  • open_jtalk_dic_utf_8-1.11/
  • onnxruntime.dll
  • onnxruntime_providers_shared.dll
  • voicevox_core.dll
  • zlibwapi.dll

GPUによる音声合成には追加で以下のモジュールが必要です。

  • cublas64_11.dll
  • cublasLt64_11.dll
  • cudart64_110.dll
  • cudnn_adv_infer64_8.dll
  • cudnn_cnn_infer64_8.dll
  • cudnn_ops_infer64_8.dll
  • cudnn64_8.dll
  • cufft64_10.dll
  • curand64_10.dll
  • onnxruntime_providers_cuda.dll
  • onnxruntime_providers_tensorrt.dll

zlibwapi.dll はNVIDIA Developer で入手可能です。

Install

このリポジトリをフォークしてクローンします。

$ git clone [email protected]:yourname/ChatAIFluentWpf.git

Contribution

  1. このリポジトリをフォークする
  2. 変更を加える
  3. 変更をコミットする
  4. ブランチにプッシュする
  5. プルリクエストを作成する

License

MIT License

Author

minato

chataifluentwpf's People

Contributors

step63r avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

s1f10210056

chataifluentwpf's Issues

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.