This Conversational recommender system leverages the cutting-edge quantized LLAMA2 7b GGML large language model, woven into the secure and scalable Langchain framework, to deliver a personalized, conversational shopping experience, revolutionizing online recommendations.
You can download the llm model from here: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/blob/main/llama-2-7b-chat.ggmlv3.q8_0.bin
To install the required python packages, open terminal and run the following command:
pip install -r requirements.txt