File size: 988 Bytes
cbca659
 
 
 
 
 
 
 
 
 
 
3b27821
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
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)