Skip to content

PierreExeter/llama2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Llama 2 Chatbot

Streamlit App

chatbot_screenshot

This chatbot is created using the open-source Llama 2 LLM model from Meta. The models are hosted on the Replicate platform. The app is built with Streamlit and deployed on Streamlit Community Cloud.

The code is adapted from this repository.

VIEW LIVE DEMO

Local Installation

pip install -r requirements.txt
streamlit run app.py

Installation with Docker

docker build -t llama2 .
docker run -p 8501:8501 -v $(pwd):/app llama2

Getting your own Replicate API token

To use this app, you'll need to get your own Replicate API token.

After signing up to Replicate, you can access your API token from this page.

Llama 2 models

Tutorial

Learn how to build this app in this blog!

About

This chatbot app is built using the Llama 2 open source LLM from Meta.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published