Skip to content

A simple offline chatbot built using Llama 3.2:1B model with Ollama.

License

Notifications You must be signed in to change notification settings

AliJamil2002/offline-llama-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

offline-llama-chatbot

A simple offline chatbot built using the Llama 3.2:1B model via Ollama and LangChain.
This project demonstrates how to run a local large language model completely offline — no API keys or internet required.


** Features**

  • Works fully offline using Ollama
  • Built with Streamlit for an interactive chat UI
  • Uses LangChain for prompt management
  • Lightweight and beginner-friendly

** Tech Stack**

  • LangChain
  • Streamlit
  • Ollama (Llama 3.2:1B Model)
  • Python 3.10+

Setup Instructions

Install Ollama Download and install from -> https://ollama.com/download

Pull the Llama model bash ollama pull llama3.2:1b

About

A simple offline chatbot built using Llama 3.2:1B model with Ollama.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages