edge functions , 用于读写 huggingface datasets 上的图片和坐标文本
Browse files- main.py +7 -0
- readme.txt +3 -0
main.py
CHANGED
|
@@ -1,5 +1,12 @@
|
|
| 1 |
|
| 2 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
uv venv --python 3.12 --seed --clear
|
| 4 |
./.venv/Scripts/pip.exe install -r requirements.txt
|
| 5 |
|
|
|
|
| 1 |
|
| 2 |
"""
|
| 3 |
+
|
| 4 |
+
see huggingface_echodict\MiniClaude\MCPS\pg-supabase\server.js
|
| 5 |
+
|
| 6 |
+
see huggingface_echodict\MiniClaude\MCPS\pg-supabase\supabase\functions\hello\index.ts
|
| 7 |
+
edge functions , 用于读写 huggingface datasets 上的图片和坐标文本
|
| 8 |
+
|
| 9 |
+
|
| 10 |
uv venv --python 3.12 --seed --clear
|
| 11 |
./.venv/Scripts/pip.exe install -r requirements.txt
|
| 12 |
|
readme.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
|
| 2 |
see huggingface_echodict\MiniClaude\MCPS\pg-supabase\server.js
|
| 3 |
|
|
|
|
|
|
|
|
|
|
| 4 |
see typst summary.md
|
| 5 |
|
| 6 |
see https://github.com/yuegeao/hanzi-calligraphy
|
|
|
|
| 1 |
|
| 2 |
see huggingface_echodict\MiniClaude\MCPS\pg-supabase\server.js
|
| 3 |
|
| 4 |
+
see huggingface_echodict\MiniClaude\MCPS\pg-supabase\supabase\functions\hello\index.ts
|
| 5 |
+
edge functions , 用于读写 huggingface datasets 上的图片和坐标文本
|
| 6 |
+
|
| 7 |
see typst summary.md
|
| 8 |
|
| 9 |
see https://github.com/yuegeao/hanzi-calligraphy
|