Simple bot that suggests names for your business
Download the model first, then on the app.py file paste the location path in model_path=""
python3 -m venv venv
source venv/bin/activate
pip install requirements.txt
streamlit run front.py
Model: TheBloke/llama2_7b_chat_uncensored-GGUF
Back-end: Langchain/LlamaCpp
Front-end: Streamlit