Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.15 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.15 KB

Restaurant Name & Menu Generator

A Gen-AI webapp build with huggingface open source LLM models and streamlit framework to generate the restaurant name and menu on the basis of the provided cuisine.
It build with huggingfacendpoint API feature which take the input from the front-end and send the data to the open source models and fetch the result on the basis of the defined prompt and send back the response on front-end.

Model Used: tiiuae/falcon-7b-instruct - Huggingface

How to Run?

  • Take the access token from huggingface and add it into the langchain_helper file
  • Run the following command in terminal:

 streamlit run app.py

Sample Images

1.

2.