Skip to content

fahriialfiansyah/csv-chatbot-streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit-based Multiple CSV Chatbot Using Llama 3 8B

Installation Steps

  1. Clone the repository:
git clone https://github.com/fahriialfiansyah/csv-chatbot-streamlit.git
  1. Navigate to the project directory:
cd csv-chatbot-streamlit
  1. This project uses Poetry for dependency management. Install the required dependencies:
# create python environment
poetry install

# activate the virtual environment
poetry shell
  1. Download Ollama from https://ollama.com and follow their installation instructions.
  2. Open terminal to install particular LLM:
ollama pull llama3:latest
  1. Launch the chat service locally:
streamlit run csv_chat_streamlit/app.py

About

Streamlit-based Multiple CSV Chatbot Using Llama 3 8B

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages