Huzaifa367 commited on
Commit
e3e2552
·
verified ·
1 Parent(s): 84b2406

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -24
README.md CHANGED
@@ -1,24 +1,10 @@
1
- # Product Description Generator
2
-
3
- Generate SEO-compliant product descriptions using product titles and meta-keywords provided by the user.
4
- Implemented custom LLMChain function from the Langchain and few-shot prompting technique to generate multi-paragraph rich text product description for each product name and its corresponding keywords. Built a gradio app as a frontend demo to showcase the process.
5
-
6
- This project is hosted on HuggingFace Spaces: [Live Demo of Product Description Generator](https://huggingface.co/spaces/heliosbrahma/product-description-generator).
7
-
8
- ## Steps:-
9
- - Provide the product name and keywords separated by commas
10
- - Using the custom prompt template and ChatOpenAI model, call the custom LLM chain to generate a product description
11
-
12
- ## How to run it locally:-
13
- To run this app locally, first clone this repo using `git clone`.<br><br>
14
- Now, install all libraries by running the following command in the terminal:<br>
15
- ```python
16
- pip install -r requirements.txt
17
- ```
18
- <br><br>
19
- Now, run the app from the terminal:<br>
20
- ```python
21
- gradio app.py
22
- ```
23
-
24
- _If you like this project, please ⭐ this repository_ :blush:
 
1
+ ---
2
+ title: Product Description Generator
3
+ emoji: 🏢
4
+ colorFrom: green
5
+ colorTo: gray
6
+ sdk: gradio
7
+ sdk_version: 3.32.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---