内容安全审核

This commit is contained in:
2025-09-30 17:17:20 +08:00
commit cc6e66bbf8
523 changed files with 4853 additions and 0 deletions

20
config.ini Normal file
View File

@ -0,0 +1,20 @@
[server]
port = 8000
[mysql]
host = 192.168.110.65
port = 6975
user = video_check
password = fsjPfhxCs8NrFGmL
database = video_check
charset = utf8mb4
[jwt]
secret_key = 6tsieyd87wefdw2wgeduwte23rfcsd
algorithm = HS256
access_token_expire_minutes = 30
[business]
ocr_conf = 0.6
face_conf = 0.6
yolo_conf = 0.7