prompt-lemmatizer / README.md
bilgeyucel's picture
Improve the application UI
3b27821

A newer version of the Gradio SDK is available: 4.36.1

Upgrade
metadata
title: Prompt Lemmatizer
emoji: 🐢
colorFrom: indigo
colorTo: indigo
sdk: gradio
sdk_version: 3.35.2
app_file: app.py
pinned: false

Prompt Lemmatizer

Try it out on 🤗 Spaces

A simple app to compare the effect of lemmatization on prompts

This is a demo just for fun 🥳 Feel free to open a PR for improvements!

It's been built with Haystack using the PromptNode.

To learn more about the PromptNode

Check out our tutorial on the PromptNode and how to create your own templates here

Installation and Running

  1. Install requirements: pip install -r requirements.txt
  2. Run the gradio app: python app.py

This will start up the app on http://127.0.0.1:7860.

The Haystack Community is on Discord