The best way to get started with the application is by visiting the application hosted in streamlit community cloud here.
Note: LLAMA2 uses llama cpp and needs a aritifact, it can only be run locally.
PS: Please configure the installation according to this Link.
The application can be run locally using docker by running the following command
docker run --rm -it -p 8501:8501 pevatrons/ai-chatverse
Clone the repository
Build the image by running
docker build -t ai_chaverse .
Run the application by
docker run --rm -it -p 8501:8501 ai_chaverse
Visit localhost:8501