Skip to content

Chatbot UI using Langchain and various llama models (currently llama3.1) to practice training from scratch.

License

Notifications You must be signed in to change notification settings

Tearemuptara/llama2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangChain with Streamlit

A quick way to spin up generative AI applications using open-source Python libraries.

This bot runs entirely locally, no API key required.

To launch the app in your browser, run the following terminal commands (convert from PowerShell if needed): python -m venv venv optional, creates virtual environment called venv ./venv/scripts/activate.ps1 activates optional virtual environment pip install -r requirements.txt streamlit run Home.py

Please chat responsibly.

image

References

  • Streamlit UI

    • Official documentation for Streamlit, a library for creating interactive web apps in Python.
  • Streamlit Emoji Shortcodes

  • LangChain

    • Introduction to LangChain, a Python framework for developing applications powered by language models.
  • LangChain Academy

    • Educational resources and tutorials for learning how to use LangChain effectively.
  • Ollama

    • A platform for running large language models locally and managing them with ease.

About

Chatbot UI using Langchain and various llama models (currently llama3.1) to practice training from scratch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages