Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanhacks/aigen
Multi Model Personal Assistant Wrapper in Go: Interact with ChatGPT, Claude or Ollama Cross Platform (Speech & Image generation supported)
https://github.com/sanhacks/aigen
chatbot gpt3-turbo openai speech-recognition speech-synthesis speech-to-text text-to-speech tts voice whisper
Last synced: 3 months ago
JSON representation
Multi Model Personal Assistant Wrapper in Go: Interact with ChatGPT, Claude or Ollama Cross Platform (Speech & Image generation supported)
- Host: GitHub
- URL: https://github.com/sanhacks/aigen
- Owner: SanHacks
- License: mit
- Created: 2023-03-15T11:33:35.000Z (almost 2 years ago)
- Default Branch: features
- Last Pushed: 2024-09-21T04:44:25.000Z (4 months ago)
- Last Synced: 2024-10-09T19:20:40.355Z (3 months ago)
- Topics: chatbot, gpt3-turbo, openai, speech-recognition, speech-synthesis, speech-to-text, text-to-speech, tts, voice, whisper
- Language: Go
- Homepage: https://sanhacks.github.io/AiGen/
- Size: 3.38 MB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Go OpenAi Cross Platform
The application is Cross Platfrom and can be compiled for :
- Web
- Android
- Windows
- Linux
- MacOSDetails on How to Compile for application are in section ###Getting Started
Downlaod Android App: Download AppThis is a Go-based chatbot interface that uses the fyne framework. The app is designed to allow users to interact with a chatbot through the interface.
The app currently features the following functionalities:
## Text to speech
![image](https://user-images.githubusercontent.com/13138647/226470554-a434ebf2-a52b-4861-a5f6-a96285b420b8.png)
Replay Chat/GPT Audio Replied Completions## Speech to text
![image](https://user-images.githubusercontent.com/13138647/226220962-bc58258c-4b81-4149-a2ca-16f09486f03a.png)
## Chat
## Image Generation (Voice/Text)
![image](https://user-images.githubusercontent.com/13138647/226736530-2e3a4f69-95b0-4538-ac00-48643a5875ba.png)
Still Working On This, Will Get Serious With It Soon.
👨🏽💻Not Production Ready: Cross Platform
### Getting Started
To run the app, follow the steps below:
- Clone the repository to your local machine
- Ensure that you have Go and fyne installed on your machine
- Open your terminal and navigate to the root of the cloned repository
- Run `go run main.go` or just `go .` to start the app
- You Will To Edit Tokens Or Just Comment out the tabs to disable social tabs
### Features
- Text to Speech
- The app features a text-to-speech functionality that allows users to convert text into speech. To use this feature, simply type the text into the chatbox and - click the 'Speak' button.### Speech to Text
The app also features a speech-to-text functionality that allows users to convert speech into text. To use this feature, click the microphone button to start recording, and then speak into your device's microphone. When you're done, click the stop button, and the app will convert your speech into text.
### Chat
The app features a chat interface that allows users to interact with a chatbot. Users can ask the chatbot questions or provide it with information, and the chatbot will respond accordingly.
### Contributing
If you're interested in contributing to the project, feel free to submit a pull request. The developers welcome contributions from the community and are always looking for ways to improve the app.