Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alphasecio/replicate
A Streamlit app for running text, image, code, audio, and music generation models on Replicate.
https://github.com/alphasecio/replicate
gemma llama3 llm mistral python replicate stable-diffusion streamlit suno-ai
Last synced: 4 days ago
JSON representation
A Streamlit app for running text, image, code, audio, and music generation models on Replicate.
- Host: GitHub
- URL: https://github.com/alphasecio/replicate
- Owner: alphasecio
- License: mit
- Created: 2024-02-20T14:00:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T06:15:28.000Z (7 days ago)
- Last Synced: 2024-11-06T07:21:20.363Z (7 days ago)
- Topics: gemma, llama3, llm, mistral, python, replicate, stable-diffusion, streamlit, suno-ai
- Language: Python
- Homepage: https://go.alphasec.io/replicate
- Size: 3.79 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# replicate
[Replicate](https://replicate.com) is a platform for hosting and running machine learning (ML) models with a cloud API, without having to manage your own infrastructure. Sign up for an account at Replicate and get an API token, which you'll need for this project.This repository showcases a simple Streamlit app for running the following open-source text, code, image, audio, and music generation models on Replicate:
* Text: Meta Llama 3 70B Instruct
* Text: Meta Llama 3.1 405B Instruct
* Text: Google Gemma 7B Instruct
* Text: Mixtral 8x7B Instruct
* Image: Stable Diffusion 3
* Image: Black Forest Labs Flux Schnell
* Code: Meta Code Llama 70B Instruct
* Audio: Suno AI Bark
* Music: Meta MusicGen![replicate-sdxl](./replicate-sdxl.png)
For a detailed guide, see [this](https://alphasec.io/running-open-source-generative-ai-models-on-replicate/) post. To deploy on [Railway](https://railway.app/?referralCode=alphasec) using a one-click template, click the button below.
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/uHh2gJ?referralCode=alphasec)