Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.3 KB

File metadata and controls

33 lines (20 loc) · 1.3 KB

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.