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
- Take the access token from huggingface and add it into the langchain_helper file
- Run the following command in terminal:
streamlit run app.py