Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steamship-core/multimodal-agent-starter
https://github.com/steamship-core/multimodal-agent-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/steamship-core/multimodal-agent-starter
- Owner: steamship-core
- Created: 2023-04-27T17:12:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-14T14:37:26.000Z (10 months ago)
- Last Synced: 2024-08-13T07:08:18.162Z (5 months ago)
- Language: Python
- Size: 165 KB
- Stars: 150
- Watchers: 7
- Forks: 153
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - steamship-core/multimodal-agent-starter - (Python)
README
# Multi-modal Agent Starter
This repository hosts example AI Agents that you can deploy and use on [Steamship](https://steamship.com) in seconds.
Each sub-folder contains a fully-working example:
* `ai-character-with-stable-diffusion` - A character whose personality you can customize. Can generate Stable Diffusion images and send them back to the user.
* `ai-character-with-voice` - A character you can customize and deploy. Responds to the user with a generated voice instead of text.
* `question-answering-bot` - A QA Bot that can learn PDFs, YouTube transcripts, and text and then answer questions about them.## Developer Instructions
1. **Pick a starter project** among the folders here. Copy and rename that folder so that it becomes your own.
2. **Follow the README.md** instructions inside your new project## Getting Help
The best places to learn about adapting these starter projects are:
* The [Agent Building Guidebook](https://docs.steamship.com/agent-guidebook)
* Chat with us [on Twitter](https://twitter.com/GetSteamship)
* Email us! support [at] steamship [dot] com.## Contributing
We welcome your own agent starter projects!
To contribute one:
* Clone this repository
* Create your example in its own folder
* Deploy your example agent to Steamship
* Send us a pull request, along with the example agent handle for us to try