Spaces:
Sleeping
Sleeping
Feynman Liang
commited on
Commit
·
82d2266
1
Parent(s):
905ee2a
Adds files
Browse files- app.py +6 -0
- crossvue-plotai-demo.ipynb +0 -0
- requirements.txt +179 -0
app.py
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import os
|
| 2 |
+
from subprocess import Popen
|
| 3 |
+
|
| 4 |
+
command = ["mercury", "run", f"0.0.0.0:{os.environ.get('PORT', 7860)}"]
|
| 5 |
+
worker = Popen(command)
|
| 6 |
+
worker.wait()
|
crossvue-plotai-demo.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
requirements.txt
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
amqp==5.2.0
|
| 2 |
+
annotated-types==0.7.0
|
| 3 |
+
anyio==4.6.0
|
| 4 |
+
appdirs==1.4.4
|
| 5 |
+
argon2-cffi==23.1.0
|
| 6 |
+
argon2-cffi-bindings==21.2.0
|
| 7 |
+
arrow==1.3.0
|
| 8 |
+
asgiref==3.8.1
|
| 9 |
+
asttokens==2.4.1
|
| 10 |
+
async-lru==2.0.4
|
| 11 |
+
attrs==24.2.0
|
| 12 |
+
autobahn==24.4.2
|
| 13 |
+
Automat==24.8.1
|
| 14 |
+
babel==2.16.0
|
| 15 |
+
beautifulsoup4==4.12.3
|
| 16 |
+
billiard==4.2.1
|
| 17 |
+
bleach==6.1.0
|
| 18 |
+
boto3==1.26.83
|
| 19 |
+
botocore==1.29.165
|
| 20 |
+
celery==5.4.0
|
| 21 |
+
certifi==2024.8.30
|
| 22 |
+
cffi==1.17.1
|
| 23 |
+
channels==4.1.0
|
| 24 |
+
charset-normalizer==3.3.2
|
| 25 |
+
click==8.1.7
|
| 26 |
+
click-didyoumean==0.3.1
|
| 27 |
+
click-plugins==1.1.1
|
| 28 |
+
click-repl==0.3.0
|
| 29 |
+
comm==0.2.2
|
| 30 |
+
constantly==23.10.4
|
| 31 |
+
contourpy==1.3.0
|
| 32 |
+
croniter==3.0.3
|
| 33 |
+
cryptography==43.0.1
|
| 34 |
+
cycler==0.12.1
|
| 35 |
+
daphne==4.1.2
|
| 36 |
+
debugpy==1.8.6
|
| 37 |
+
decorator==5.1.1
|
| 38 |
+
defusedxml==0.7.1
|
| 39 |
+
distro==1.9.0
|
| 40 |
+
dj-rest-auth==3.0.0
|
| 41 |
+
Django==4.2.7
|
| 42 |
+
django-allauth==0.52.0
|
| 43 |
+
django-cors-headers==3.10.1
|
| 44 |
+
django-drf-filepond==0.4.1
|
| 45 |
+
django-filter==21.1
|
| 46 |
+
django-storages==1.14.4
|
| 47 |
+
djangorestframework==3.14.0
|
| 48 |
+
execnb==0.1.6
|
| 49 |
+
executing==2.1.0
|
| 50 |
+
fastcore==1.7.11
|
| 51 |
+
fastjsonschema==2.20.0
|
| 52 |
+
fonttools==4.54.1
|
| 53 |
+
fqdn==1.5.1
|
| 54 |
+
gevent==24.2.1
|
| 55 |
+
greenlet==3.1.1
|
| 56 |
+
h11==0.14.0
|
| 57 |
+
httpcore==1.0.6
|
| 58 |
+
httpx==0.27.2
|
| 59 |
+
hyperlink==21.0.0
|
| 60 |
+
idna==3.10
|
| 61 |
+
importlib_metadata==8.5.0
|
| 62 |
+
incremental==24.7.2
|
| 63 |
+
ipykernel==6.29.5
|
| 64 |
+
ipython==8.28.0
|
| 65 |
+
ipython-genutils==0.2.0
|
| 66 |
+
ipywidgets==8.0.3
|
| 67 |
+
isoduration==20.11.0
|
| 68 |
+
itables==2.2.2
|
| 69 |
+
jedi==0.19.1
|
| 70 |
+
Jinja2==3.1.4
|
| 71 |
+
jiter==0.5.0
|
| 72 |
+
jmespath==1.0.1
|
| 73 |
+
json5==0.9.25
|
| 74 |
+
jsonpointer==3.0.0
|
| 75 |
+
jsonschema==4.23.0
|
| 76 |
+
jsonschema-specifications==2023.12.1
|
| 77 |
+
jupyter==1.1.1
|
| 78 |
+
jupyter-console==6.6.3
|
| 79 |
+
jupyter-events==0.10.0
|
| 80 |
+
jupyter-lsp==2.2.5
|
| 81 |
+
jupyter_client==8.6.3
|
| 82 |
+
jupyter_core==5.7.2
|
| 83 |
+
jupyter_server==2.14.2
|
| 84 |
+
jupyter_server_terminals==0.5.3
|
| 85 |
+
jupyterlab==4.2.5
|
| 86 |
+
jupyterlab_pygments==0.3.0
|
| 87 |
+
jupyterlab_server==2.27.3
|
| 88 |
+
jupyterlab_widgets==3.0.13
|
| 89 |
+
kiwisolver==1.4.7
|
| 90 |
+
kombu==5.4.2
|
| 91 |
+
Markdown==3.3.6
|
| 92 |
+
MarkupSafe==2.1.5
|
| 93 |
+
matplotlib==3.9.2
|
| 94 |
+
matplotlib-inline==0.1.7
|
| 95 |
+
mercury==2.4.3
|
| 96 |
+
mistune==3.0.2
|
| 97 |
+
nbclient==0.10.0
|
| 98 |
+
nbconvert==7.16.4
|
| 99 |
+
nbformat==5.10.4
|
| 100 |
+
nest-asyncio==1.6.0
|
| 101 |
+
notebook==7.2.2
|
| 102 |
+
notebook_shim==0.2.4
|
| 103 |
+
numpy==2.1.1
|
| 104 |
+
oauthlib==3.2.2
|
| 105 |
+
openai==1.51.0
|
| 106 |
+
overrides==7.7.0
|
| 107 |
+
packaging==24.1
|
| 108 |
+
pandas==2.2.3
|
| 109 |
+
pandocfilters==1.5.1
|
| 110 |
+
parso==0.8.4
|
| 111 |
+
pexpect==4.9.0
|
| 112 |
+
pillow==10.4.0
|
| 113 |
+
platformdirs==4.3.6
|
| 114 |
+
plotai==0.0.5
|
| 115 |
+
prometheus_client==0.21.0
|
| 116 |
+
prompt_toolkit==3.0.48
|
| 117 |
+
psutil==6.0.0
|
| 118 |
+
ptyprocess==0.7.0
|
| 119 |
+
pure_eval==0.2.3
|
| 120 |
+
pyasn1==0.6.1
|
| 121 |
+
pyasn1_modules==0.4.1
|
| 122 |
+
pycparser==2.22
|
| 123 |
+
pydantic==2.9.2
|
| 124 |
+
pydantic_core==2.23.4
|
| 125 |
+
pyee==8.2.2
|
| 126 |
+
Pygments==2.18.0
|
| 127 |
+
PyJWT==2.9.0
|
| 128 |
+
pyOpenSSL==24.2.1
|
| 129 |
+
pyparsing==3.1.4
|
| 130 |
+
pyppeteer==1.0.2
|
| 131 |
+
python-dateutil==2.9.0.post0
|
| 132 |
+
python-dotenv==1.0.1
|
| 133 |
+
python-json-logger==2.0.7
|
| 134 |
+
python3-openid==3.2.0
|
| 135 |
+
pytz==2024.2
|
| 136 |
+
PyYAML==6.0.2
|
| 137 |
+
pyzmq==26.2.0
|
| 138 |
+
referencing==0.35.1
|
| 139 |
+
requests==2.32.3
|
| 140 |
+
requests-oauthlib==2.0.0
|
| 141 |
+
rfc3339-validator==0.1.4
|
| 142 |
+
rfc3986-validator==0.1.1
|
| 143 |
+
rpds-py==0.20.0
|
| 144 |
+
ruff==0.6.8
|
| 145 |
+
s3transfer==0.6.2
|
| 146 |
+
seaborn==0.13.2
|
| 147 |
+
Send2Trash==1.8.3
|
| 148 |
+
service-identity==24.1.0
|
| 149 |
+
setuptools==75.1.0
|
| 150 |
+
shortuuid==1.0.13
|
| 151 |
+
six==1.16.0
|
| 152 |
+
sniffio==1.3.1
|
| 153 |
+
soupsieve==2.6
|
| 154 |
+
SQLAlchemy==1.4.27
|
| 155 |
+
sqlparse==0.5.1
|
| 156 |
+
stack-data==0.6.3
|
| 157 |
+
terminado==0.18.1
|
| 158 |
+
tinycss2==1.3.0
|
| 159 |
+
tornado==6.4.1
|
| 160 |
+
tqdm==4.66.5
|
| 161 |
+
traitlets==5.14.3
|
| 162 |
+
Twisted==24.7.0
|
| 163 |
+
txaio==23.1.1
|
| 164 |
+
types-python-dateutil==2.9.0.20241003
|
| 165 |
+
typing_extensions==4.12.2
|
| 166 |
+
tzdata==2024.2
|
| 167 |
+
uri-template==1.3.0
|
| 168 |
+
urllib3==1.26.20
|
| 169 |
+
vine==5.1.0
|
| 170 |
+
wcwidth==0.2.13
|
| 171 |
+
webcolors==24.8.0
|
| 172 |
+
webencodings==0.5.1
|
| 173 |
+
websocket-client==1.8.0
|
| 174 |
+
websockets==10.4
|
| 175 |
+
whitenoise==6.7.0
|
| 176 |
+
widgetsnbextension==4.0.13
|
| 177 |
+
zipp==3.20.2
|
| 178 |
+
zope.event==5.0
|
| 179 |
+
zope.interface==7.0.3
|