基于深度学习的图像识别算法,海量大数据样本,准确识别图片和视频中的涉黄、 涉暴涉恐、政治敏感、民谣等内容,也能从美观和清晰等维度对图像进行筛选, 快速精准,解放审核人力。
演示站点: https://ai.hn-ssc.com/sindex
- Ubuntu18.04,Windows10虽然也能跑,但是环境整合会无比蛋疼
- python version >= 3.5.2
- pip install -r requirements.txt
- tensorflow,tensorflow-gpu version >= 1.13.1
- pip install torch torchvision
- sudo apt-get install git-lfs
- git lfs install
- cd /frontend
- npm run build
- sudo apt install caffe-cpu 或 sudo apt install caffe-cuda
- cp -r /usr/lib/python3/dist-packages/caffe /home/condas/envs/python3.6/lib/python3.6/
-
python backend/manage.py makemigrations
-
python backend/manage.py migrate
- screen python backend/manage.py runserver 0.0.0.0:8000 --noreload --insecure
- python backend/manage.py runprofileserver 0.0.0.0:8000 --noreload --insecure --kcachegrind --prof-path=/tmp/ai-profile-data
- screen python backend/manage_task.py rqworker android ios default
- python backend/manage_task.py createsuperuser
- sudo apt-get install libmysqlclient-dev