Joshua Sundance Bailey
commited on
Commit
·
8149cc5
1
Parent(s):
95ffecd
readme
Browse files
README.md
CHANGED
@@ -7,3 +7,22 @@ sdk: docker
|
|
7 |
app_port: 7860
|
8 |
pinned: true
|
9 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
app_port: 7860
|
8 |
pinned: true
|
9 |
---
|
10 |
+
|
11 |
+
# langchain-streamlit-demo
|
12 |
+
|
13 |
+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
|
14 |
+
[![python](https://img.shields.io/badge/Python-3.11-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
|
15 |
+
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
|
16 |
+
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json)](https://github.com/charliermarsh/ruff)
|
17 |
+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
|
18 |
+
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
|
19 |
+
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
|
20 |
+
|
21 |
+
|
22 |
+
[![Open HuggingFace Space](https://huggingface.co/datasets/huggingface/badges/blob/main/open-in-hf-spaces-xl.svg)](https://huggingface.co/spaces/joshuasundance/langchain-streamlit-demo)
|
23 |
+
|
24 |
+
[Docker Hub](https://hub.docker.com/r/joshuasundance/langchain-streamlit-demo)
|
25 |
+
|
26 |
+
`docker pull joshuasundance/langchain-streamlit-demo`
|
27 |
+
|
28 |
+
or `docker compose up`
|