Skip to content
View zh3389's full-sized avatar
🇨🇳
🇨🇳
Block or Report

Block or report zh3389

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. chatbot chatbot Public

    知识图谱 neo4j 答案查找 + 机器学习 分类模型 问题分析 = 电影知识库问答机器人

    Python 77 16

  2. faceRecognitionAPI faceRecognitionAPI Public

    人脸识别API打包Docker,其中包含人脸检测 人脸检测绘制 人脸地标检测 人脸地标检测绘制 人脸编码 人脸比较

    Python 1 1

  3. fast_ppocr fast_ppocr Public

    快速搭建一个能用的ppocr服务

    Python

  4. MTCNN MTCNN Public archive

    Mtcnn->思维导图->开发步骤->成品->效果图

    Python 6

  5. EncryptionDecryptionTool EncryptionDecryptionTool Public

    SM4加密解密可视化工具

    Python 1

  6. 定时发送报告自动化根据数据库或文件内容,自动生成并定时发送日报/周报。 定时发送报告自动化根据数据库或文件内容,自动生成并定时发送日报/周报。
    1
    import pandas as pd
    2
    import smtplib
    3
    from email.mime.text import MIMEText
    4
    from email.mime.multipart import MIMEMultipart
    5