Spaces:
Sleeping
Sleeping
Upload 34 files
Browse files- README.md +7 -11
- config 2.yaml +81 -0
- config.yaml +12 -0
- hash_password.py +5 -0
- joeshi/.DS_Store +0 -0
- test001/.DS_Store +0 -0
- test004/database_name.csv +31 -0
- test004/faiss_index/index.faiss +0 -0
- test004/faiss_index/index.pkl +3 -0
- test005/.DS_Store +0 -0
- test005/database_name.csv +31 -0
- test005/faiss_index/index.faiss +0 -0
- test005/faiss_index/index.pkl +3 -0
README.md
CHANGED
|
@@ -1,12 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
sdk_version: 1.33.0
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
---
|
| 11 |
-
|
| 12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
+
title: {{title}}
|
| 2 |
+
emoji: {{emoji}}
|
| 3 |
+
colorFrom: {{colorFrom}}
|
| 4 |
+
colorTo: {{colorTo}}
|
| 5 |
+
sdk: {{sdk}}
|
| 6 |
+
sdk_version: {{sdkVersion}}
|
|
|
|
| 7 |
app_file: app.py
|
| 8 |
+
pinned: false
|
|
|
|
|
|
|
|
|
config 2.yaml
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
credentials:
|
| 2 |
+
usernames:
|
| 3 |
+
joeshi:
|
| 4 |
+
email: joe.joeshi@gmail.com
|
| 5 |
+
name: joeshi
|
| 6 |
+
password: '$2b$12$8Jbjy0Cvq4UnXksw2PUa8.BOmssCExwIS/SrSZX4JwGWu1zJJ5Jxu' # To be replaced with hashed password
|
| 7 |
+
cindyji:
|
| 8 |
+
email: joe.joeshi@gmail.com
|
| 9 |
+
name: cindyji
|
| 10 |
+
password: '$2b$12$CA3Kc0sL0jVax7Wx0bbC7Op3edhtxlFUJkHS6ABjZCBN/1kbS3yem' # To be replaced with hashed password
|
| 11 |
+
test:
|
| 12 |
+
email: joe.joeshi@gmail.com
|
| 13 |
+
name: test
|
| 14 |
+
password: '$2b$12$RfaFTOmCII1x7X.U6O9u6OFjTlqYSK88EZy5Yy80nV.uxaxILSmsC' # To be replaced with hashed password, test
|
| 15 |
+
temp:
|
| 16 |
+
email: joe.joeshi@gmail.com
|
| 17 |
+
name: temp
|
| 18 |
+
password: '$2b$12$AvcADYBmeN77qFQvZ.mIf.fjMzJRgk/HH5OkLxCax6x3NsAQWrHki' # To be replaced with hashed password, test
|
| 19 |
+
guojing:
|
| 20 |
+
email: 1234@gmail.com
|
| 21 |
+
name: guojing
|
| 22 |
+
password: '$2b$12$NOBKb.j/KJzX1SrN2f9yQunnW3aGZmvK1Km.Cdl70Pmpb.jslRh7m' # To be replaced with hashed password, test
|
| 23 |
+
chengrui:
|
| 24 |
+
email: 1234@gmail.com
|
| 25 |
+
name: chengrui
|
| 26 |
+
password: '$2b$12$yru/vqM1aNEkG8yFt/3mvuULC8tllGEP0ht.nwuH14SBxvsire7g6' # To be replaced with hashed password, test
|
| 27 |
+
austins:
|
| 28 |
+
email: 1234@gmail.com
|
| 29 |
+
name: austins
|
| 30 |
+
password: '$2b$12$Sfjuq84o8OXUrAzy945gN.WZBH2vBNW22T7LeZnIS.CmqXrZuKja.' # To be replaced with hashed password, test
|
| 31 |
+
lhj:
|
| 32 |
+
email: 1234@gmail.com
|
| 33 |
+
name: lhj
|
| 34 |
+
password: '$2b$12$YYt7FgQ.61SJ6U9m0JJUgesMXmYjz1oQG37PlrDA6kh3YIZmG6Aai' # To be replaced with hashed password, test
|
| 35 |
+
apples:
|
| 36 |
+
email: 1234@gmail.com
|
| 37 |
+
name: apples
|
| 38 |
+
password: '$2b$12$/6kuag4n0De3taSZiyBuPOr7APy3pz1O7Ms/ICZMy1kxwRpH9ucK.' # To be replaced with hashed password, test
|
| 39 |
+
carriec:
|
| 40 |
+
email: 1234@gmail.com
|
| 41 |
+
name: carriec
|
| 42 |
+
password: '$2b$12$A8gBPYSbDgFgAbr9QGANUeZx6J0jYq56yuesd6FeWDeyTQ0DLURRS' # To be replaced with hashed password, test
|
| 43 |
+
wuqijun:
|
| 44 |
+
email: 1234@gmail.com
|
| 45 |
+
name: wuqijun
|
| 46 |
+
password: '$2b$12$I8jYTti0r9cajzMbP6wgN.5Dx8mqE89ZFZYE9a0L107JdqzTNWEpu' # To be replaced with hashed password, test
|
| 47 |
+
sunzhifeng:
|
| 48 |
+
email: 1234@gmail.com
|
| 49 |
+
name: sunzhifeng
|
| 50 |
+
password: '$2b$12$oGvNcCTX/cdgPigUMd.vwekjQoKz4EPg87Nqh7.K/gHoFrKKHdVPi' # To be replaced with hashed password, test
|
| 51 |
+
pattern:
|
| 52 |
+
email: 1234@gmail.com
|
| 53 |
+
name: sunzhifeng
|
| 54 |
+
password: '$2b$12$uEy0iXQg4LuwTivV7JmcGuWSL.Gn21RY7iD/lNxsPBtT0PGRvjuxi' # To be replaced with hashed password, test
|
| 55 |
+
mao:
|
| 56 |
+
email: 1234@gmail.com
|
| 57 |
+
name: mao
|
| 58 |
+
password: '$2b$12$kMCNK85MgjZACFToD.L5puQkWOVsTdn7Lj/QVRBaVpHBMtiWQ8Nwe' # To be replaced with hashed password, test
|
| 59 |
+
cq:
|
| 60 |
+
email: 1234@gmail.com
|
| 61 |
+
name: cq
|
| 62 |
+
password: '$2b$12$YfjCXWbXXoada3kHdy9aiOYrI.3Mz94VIN.wrssaDGP2dJjgtVHcW' # To be replaced with hashed password, test
|
| 63 |
+
test001:
|
| 64 |
+
email: 1234@gmail.com
|
| 65 |
+
name: test001
|
| 66 |
+
password: '$2b$12$.IqUmcWhPlKlJv.Y3Ghy8uoFdwA/1KOYuFMzst11sMqvJOfNs21vu' # To be replaced with hashed password, test
|
| 67 |
+
test002:
|
| 68 |
+
email: 1234@gmail.com
|
| 69 |
+
name: test002
|
| 70 |
+
password: '$2b$12$EI3cGR5pSddL/36wvOEiBOA0FGF3w5WhecCOxzgZCU63T0Oys3TbW' # To be replaced with hashed password, test
|
| 71 |
+
test003:
|
| 72 |
+
email: 1234@gmail.com
|
| 73 |
+
name: test003
|
| 74 |
+
password: '$2b$12$a487ZDz97h7gjXQIcoIWFOlKuQIoVEGz1eBdzz7Al1TzhO3RRr5kW' # To be replaced with hashed password, test
|
| 75 |
+
cookie:
|
| 76 |
+
expiry_days: 30
|
| 77 |
+
key: random_signature_key # Must be string
|
| 78 |
+
name: random_cookie_name
|
| 79 |
+
preauthorized:
|
| 80 |
+
emails:
|
| 81 |
+
- joe.joeshi@gmail.com
|
config.yaml
CHANGED
|
@@ -24,6 +24,10 @@ credentials:
|
|
| 24 |
email: 1234@gmail.com
|
| 25 |
name: chengrui
|
| 26 |
password: '$2b$12$yru/vqM1aNEkG8yFt/3mvuULC8tllGEP0ht.nwuH14SBxvsire7g6' # To be replaced with hashed password, test
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
austins:
|
| 28 |
email: 1234@gmail.com
|
| 29 |
name: austins
|
|
@@ -72,6 +76,14 @@ credentials:
|
|
| 72 |
email: 1234@gmail.com
|
| 73 |
name: test003
|
| 74 |
password: '$2b$12$a487ZDz97h7gjXQIcoIWFOlKuQIoVEGz1eBdzz7Al1TzhO3RRr5kW' # To be replaced with hashed password, test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
cookie:
|
| 76 |
expiry_days: 30
|
| 77 |
key: random_signature_key # Must be string
|
|
|
|
| 24 |
email: 1234@gmail.com
|
| 25 |
name: chengrui
|
| 26 |
password: '$2b$12$yru/vqM1aNEkG8yFt/3mvuULC8tllGEP0ht.nwuH14SBxvsire7g6' # To be replaced with hashed password, test
|
| 27 |
+
lbh:
|
| 28 |
+
email: 1234@gmail.com
|
| 29 |
+
name: lbh
|
| 30 |
+
password: '$2b$12$UKz0v6TN/AYaZ6vXt6Iike8711zV1M3g89zZk2jYPt0L9sFDPOYs.' # To be replaced with hashed password, test
|
| 31 |
austins:
|
| 32 |
email: 1234@gmail.com
|
| 33 |
name: austins
|
|
|
|
| 76 |
email: 1234@gmail.com
|
| 77 |
name: test003
|
| 78 |
password: '$2b$12$a487ZDz97h7gjXQIcoIWFOlKuQIoVEGz1eBdzz7Al1TzhO3RRr5kW' # To be replaced with hashed password, test
|
| 79 |
+
test004:
|
| 80 |
+
email: 1234@gmail.com
|
| 81 |
+
name: test004
|
| 82 |
+
password: '$2b$12$GjiDKG6FtZN/4YI5JN87y.zamKszqizPnTm6odM9nU62bg.9bjPt.' # To be replaced with hashed password, test
|
| 83 |
+
test005:
|
| 84 |
+
email: 1234@gmail.com
|
| 85 |
+
name: test005
|
| 86 |
+
password: '$2b$12$TpEenOq.c9HTjpw8ELIq5OPwTYt6TEYrJ4iANE2rCXUicV9aKHkyC' # To be replaced with hashed password, test
|
| 87 |
cookie:
|
| 88 |
expiry_days: 30
|
| 89 |
key: random_signature_key # Must be string
|
hash_password.py
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import streamlit_authenticator as stauth
|
| 2 |
+
|
| 3 |
+
passwords = ['test005']
|
| 4 |
+
hashed_passwords = stauth.Hasher(passwords).generate()
|
| 5 |
+
print(hashed_passwords)
|
joeshi/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
test001/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
test004/database_name.csv
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
大模型LLM解决方案调研问卷.pdf,2024-01-18 20:12
|
| 2 |
+
joeshi_upload.pdf,2024-01-18 22:32
|
| 3 |
+
joeshi_upload.pdf,2024-01-18 22:32
|
| 4 |
+
joeshi_upload.pdf,2024-01-18 22:32
|
| 5 |
+
专属ChatGPT产品介绍 20230415.pdf,2024-03-10 21:37
|
| 6 |
+
专属ChatGPT产品介绍 20230415.pdf,2024-03-10 21:37
|
| 7 |
+
Web App开发需求说明 20230512.pdf,2024-03-10 23:02
|
| 8 |
+
Web App开发需求说明 20230512.pdf,2024-03-10 23:02
|
| 9 |
+
Web App开发需求说明 20230512.pdf,2024-03-10 23:02
|
| 10 |
+
大模型LLM解决方案调研问卷.pdf,2024-03-12 12:51
|
| 11 |
+
大模型LLM解决方案调研问卷.pdf,2024-03-12 12:51
|
| 12 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-12 12:51
|
| 13 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-12 12:54
|
| 14 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-12 12:54
|
| 15 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-12 12:54
|
| 16 |
+
joeshi_upload.pdf,2024-03-12 18:19
|
| 17 |
+
joeshi_upload.pdf,2024-03-12 18:19
|
| 18 |
+
joeshi_upload.pdf,2024-03-12 18:20
|
| 19 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-12 21:53
|
| 20 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-12 22:40
|
| 21 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-12 22:54
|
| 22 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-12 22:57
|
| 23 |
+
AI与ChatGPT讲座大纲 20230615.pdf,2024-03-13 13:20
|
| 24 |
+
AI与ChatGPT讲座大纲 20230615.pdf,2024-03-13 13:20
|
| 25 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-29 17:22
|
| 26 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-29 17:22
|
| 27 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-29 17:22
|
| 28 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-29 18:01
|
| 29 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-29 18:01
|
| 30 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-29 18:01
|
| 31 |
+
ChatGPT讲座大纲 20230511(美团).pdf,2024-05-02 17:37
|
test004/faiss_index/index.faiss
ADDED
|
Binary file (24.6 kB). View file
|
|
|
test004/faiss_index/index.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ccbf1b0cc7ff317388400aaa60727cc12b0864ddeca2762389fad0b56593afa
|
| 3 |
+
size 6704
|
test005/.DS_Store
ADDED
|
Binary file (8.2 kB). View file
|
|
|
test005/database_name.csv
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
大模型LLM解决方案调研问卷.pdf,2024-01-18 20:12
|
| 2 |
+
joeshi_upload.pdf,2024-01-18 22:32
|
| 3 |
+
joeshi_upload.pdf,2024-01-18 22:32
|
| 4 |
+
joeshi_upload.pdf,2024-01-18 22:32
|
| 5 |
+
专属ChatGPT产品介绍 20230415.pdf,2024-03-10 21:37
|
| 6 |
+
专属ChatGPT产品介绍 20230415.pdf,2024-03-10 21:37
|
| 7 |
+
Web App开发需求说明 20230512.pdf,2024-03-10 23:02
|
| 8 |
+
Web App开发需求说明 20230512.pdf,2024-03-10 23:02
|
| 9 |
+
Web App开发需求说明 20230512.pdf,2024-03-10 23:02
|
| 10 |
+
大模型LLM解决方案调研问卷.pdf,2024-03-12 12:51
|
| 11 |
+
大模型LLM解决方案调研问卷.pdf,2024-03-12 12:51
|
| 12 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-12 12:51
|
| 13 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-12 12:54
|
| 14 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-12 12:54
|
| 15 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-12 12:54
|
| 16 |
+
joeshi_upload.pdf,2024-03-12 18:19
|
| 17 |
+
joeshi_upload.pdf,2024-03-12 18:19
|
| 18 |
+
joeshi_upload.pdf,2024-03-12 18:20
|
| 19 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-12 21:53
|
| 20 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-12 22:40
|
| 21 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-12 22:54
|
| 22 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-12 22:57
|
| 23 |
+
AI与ChatGPT讲座大纲 20230615.pdf,2024-03-13 13:20
|
| 24 |
+
AI与ChatGPT讲座大纲 20230615.pdf,2024-03-13 13:20
|
| 25 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-29 17:22
|
| 26 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-29 17:22
|
| 27 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-29 17:22
|
| 28 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-29 18:01
|
| 29 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-29 18:01
|
| 30 |
+
企业数据资源相关会计处理暂行规定.pdf,2024-03-29 18:01
|
| 31 |
+
ChatGPT讲座大纲 20230511(美团).pdf,2024-05-02 17:37
|
test005/faiss_index/index.faiss
ADDED
|
Binary file (24.6 kB). View file
|
|
|
test005/faiss_index/index.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ccbf1b0cc7ff317388400aaa60727cc12b0864ddeca2762389fad0b56593afa
|
| 3 |
+
size 6704
|