prompt-lemmatizer / README.md
bilgeyucel's picture
Improve the application UI
3b27821
---
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](https://huggingface.co/spaces/bilgeyucel/prompt-lemmatizer)
##### 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](https://haystack.deepset.ai) using the [`PromptNode`](https://docs.haystack.deepset.ai/docs/prompt_node).
## To learn more about the PromptNode
Check out our tutorial on the PromptNode and how to create your own templates [here](https://haystack.deepset.ai/tutorials/21_customizing_promptnode)
## 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](https://discord.gg/haystack)