Skip to content

Voice Chat Interface using Azure Cognitive Services and OpenAI ChatGTP

Notifications You must be signed in to change notification settings

twigwam/gortanagtp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gortana GTP - Voice Chat Interface using Azure Cognitive Services and OpenAI ChatGTP

This project is a .NET 7.0 C# console application that utilizes Azure Cognitive Services and OpenAI ChatGTP to create a voice chat interface. With this project, you can have natural, voice-based conversations with a chatbot using your microphone.

Show printscreen

Installation

To install this project, you will need the following tools:

  • .NET 7.0 or higher
  • Visual Studio 2020 or higher
  • Azure account with Cognitive Services enabled
  • OpenAI API key for ChatGTP

Once you have these tools, follow these steps to install the project:

  1. Clone or download this repository to your local machine.
  2. Open the solution file (.sln) in Visual Studio.
  3. Restore the NuGet packages by right-clicking the solution and selecting "Restore NuGet Packages".
  4. Replace the placeholder values in the App.config file with your Azure Cognitive Services key and OpenAI API key.
  5. Build and run the project by pressing F5 or selecting "Start" from the Debug menu.

Tools Used

This project uses the following tools:

  • .NET 7.0
  • C#
  • Azure Cognitive Services
  • OpenAI ChatGTP API

Resources

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Voice Chat Interface using Azure Cognitive Services and OpenAI ChatGTP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 88.7%
  • Python 11.3%