appsflare / rapid-promptgen

A streamlit app to rapidly generate prompt-response pairs from the given text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rapid-promptgen

A streamlit app to rapidly generate prompt-response pairs from the given text

📦 Rapid Prompt Generator

A streamlit app to rapidly generate prompt-response pairs from the given text

Demo App

Streamlit App

Setup instructions

First make sure to install poetry Install Poetry

Create .env file in the project root and define ARGILLA specific env variables

ARGILLA_API_KEY=
ARGILLA_API_URL=https://datasets.ai.agilityclouds.com
poetry install
poetry shell

How to run the app

streamlit run ./configure.py

About

A streamlit app to rapidly generate prompt-response pairs from the given text

License:MIT License


Languages

Language:Python 100.0%