Skip to content

simoncragg/synth-gpt

Repository files navigation

synth-gpt

An intelligent voice assistant powered by GPT-4.

synth-demo.mp4

Full video

🚀 Features

  • Voice Interaction: Have natural conversations with integrated speech synthesis and speech recognition.
  • Web Search: Retrieves real-time information from the web.
  • Code Interpreter: Executes Python code in a secure environment for data visualization and problem-solving.
  • Attachments: Upload files and share code snippets during chats.
  • Syntax Highlighting: Supports popular programming languages.
  • Chat Organizer: Keep your chats easily organized.

🔮 Roadmap

  • Web Browsing: Ability to visit web pages sourced from web searches to provide more comprehensive and accurate responses.
  • Image Attachments: Enable users to share visual information by attaching images (when the API becomes available).
  • Image Generation: Integrate with the DALL·E 2 API for image responses.

🛠️ Installation & Setup

To configure and run the synth-gpt project on your local development machine, please refer to the comprehensive setup guide provided here.

License

#The MIT License (MIT)

Copyright (c) 2023 Simon Cragg

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Author

Simon Cragg