AutoMate is a WPF desktop application built with C#/.NET 6 that utilizes the GPT-4 API for various general-purpose AI applications such as chatbot, transcript generation, voice-to-text, and report analysis. This project aims to make AI technologies easily accessible and practical for individuals and businesses who want to automate their daily tasks.
AutoMate comes with a set of features that can help you automate various tasks. Some of the key features of AutoMate are:
- Chatbot: You can create a customized chatbot using the GPT-4 API to automate customer support or assist with inquiries.
- Transcript generation: You can use AutoMate to transcribe audio or video files to text automatically.
- Voice-to-text: You can use AutoMate to convert your voice into text.
- Report analysis: You can use AutoMate to analyze reports and generate insights automatically.
To use AutoMate, you need to have the following:
- A GPT-4 API key. You can get one from the OpenAI website.
- .NET 6 SDK or later installed on your machine.
To get started, follow these steps:
- Clone this repository to your local machine.
- Open the solution file (.sln) in Visual Studio or any other compatible IDE.
- Navigate to the
App.config
file and add your GPT-4 API key to theapiKey
field. - Build and run the application.
AutoMate provides a simple and user-friendly interface that allows you to access its features easily. Once you launch the application, you will see the main window with the available features. To use a feature, simply click on the corresponding button, and the application will guide you through the process.
If you want to contribute to AutoMate, feel free to fork this repository and submit a pull request. We welcome any contributions that can help improve the application and make it more useful for users.
AutoMate is released under the MIT License. See the LICENSE file for details.