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.
-
- Official documentation for Streamlit, a library for creating interactive web apps in Python.
-
- Introduction to LangChain, a Python framework for developing applications powered by language models.
-
- Educational resources and tutorials for learning how to use LangChain effectively.
-
- A platform for running large language models locally and managing them with ease.
