commit files to HF hub
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: "en"
|
3 |
+
thumbnail: "Keywords to Sentences"
|
4 |
+
tags:
|
5 |
+
- keytotext
|
6 |
+
- k2t
|
7 |
+
- Keywords to Sentences
|
8 |
+
license: "MIT"
|
9 |
+
datasets:
|
10 |
+
- WebNLG
|
11 |
+
- Dart
|
12 |
+
metrics:
|
13 |
+
- NLG
|
14 |
+
|
15 |
+
model-index:
|
16 |
+
- name: k2t-test
|
17 |
+
---
|
18 |
+
|
19 |
+
<h1 align="center">keytotext</h1>
|
20 |
+
|
21 |
+
[![pypi Version](https://img.shields.io/pypi/v/keytotext.svg?logo=pypi&logoColor=white)](https://pypi.org/project/keytotext/)
|
22 |
+
[![Downloads](https://static.pepy.tech/personalized-badge/keytotext?period=total&units=none&left_color=grey&right_color=orange&left_text=Pip%20Downloads)](https://pepy.tech/project/keytotext)
|
23 |
+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gagan3012/keytotext/blob/master/notebooks/K2T.ipynb)
|
24 |
+
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/gagan3012/keytotext/UI/app.py)
|
25 |
+
[![API Call](https://img.shields.io/badge/-FastAPI-red?logo=fastapi&labelColor=white)](https://github.com/gagan3012/keytotext#api)
|
26 |
+
[![Docker Call](https://img.shields.io/badge/-Docker%20Image-blue?logo=docker&labelColor=white)](https://hub.docker.com/r/gagan30/keytotext)
|
27 |
+
[![HuggingFace](https://img.shields.io/badge/%F0%9F%A4%97-Models%20on%20Hub-yellow)](https://huggingface.co/models?filter=keytotext)
|
28 |
+
[![Documentation Status](https://readthedocs.org/projects/keytotext/badge/?version=latest)](https://keytotext.readthedocs.io/en/latest/?badge=latest)
|
29 |
+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
|
30 |
+
|
31 |
+
|
32 |
+
|
33 |
+
![keytotext](https://socialify.git.ci/gagan3012/keytotext/image?description=1&forks=1&language=1&owner=1&stargazers=1&theme=Light)
|
34 |
+
|
35 |
+
|
36 |
+
Idea is to build a model which will take keywords as inputs and generate sentences as outputs.
|
37 |
+
|
38 |
+
Potential use case can include:
|
39 |
+
- Marketing
|
40 |
+
- Search Engine Optimization
|
41 |
+
- Topic generation etc.
|
42 |
+
- Fine tuning of topic modeling models
|