-
-
ToolGood.Words Public
Forked from toolgood/ToolGood.Words一款高性能敏感词(非法词/脏字)检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。
Python Apache License 2.0 UpdatedSep 1, 2020 -
chineseocr_lite Public
Forked from DayBreak-u/chineseocr_lite超轻量级中文ocr,支持竖排文字识别, 支持ncnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M
C++ GNU General Public License v2.0 UpdatedAug 21, 2020 -
BERT-BiLSTM-CRF-NER Public
Forked from macanv/BERT-BiLSTM-CRF-NERTensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
Python UpdatedFeb 11, 2020 -
Deep-Learning-with-TensorFlow-book Public
Forked from dragen1860/Deep-Learning-with-TensorFlow-book深度学习开源书,基于TensorFlow 2.0实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
Python UpdatedNov 18, 2019 -
text-to-text-transfer-transformer Public
Forked from google-research/text-to-text-transfer-transformerCode for the paper "Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer"
Python Apache License 2.0 UpdatedNov 7, 2019 -
Machine-Learning-Notes Public
Forked from Sophia-11/Machine-Learning-Notes周志华《机器学习》手推笔记
UpdatedNov 4, 2019 -
ML-NLP Public
Forked from NLP-LOVE/ML-NLP此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
Jupyter Notebook UpdatedOct 30, 2019 -
NLPer-Interview Public
Forked from songyingxin/NLPer-Interview该仓库主要记录 NLP 算法工程师相关的面试题
UpdatedOct 23, 2019 -
xmall-weapp Public
Forked from Exrick/xmall-weapp终于开源!XMall商城微信小程序前端 共计20多个页面 页面联动 精美细节 含SKU设计
-
x-boot Public
Forked from Exrick/xboot基于Spring Boot 2.x的前后端分离开发平台X-Boot 前端:Vue+iView Admin 后端:Spring Boot 2.x/Spring Security/JWT/Spring Data JPA+Mybatis-Plus/Redis/Elasticsearch/Activiti 分布式限流/同步锁/验证码/SnowFlake雪花算法ID生成 动态权限管理 数据权限 工作流…
Java GNU General Public License v3.0 UpdatedSep 4, 2019 -
SPTAG Public
Forked from microsoft/SPTAGA distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search sc…
C++ MIT License UpdatedJul 12, 2019 -
risk-talk Public
Forked from aalansehaiyang/risk-talk风控、实时计算、技术框架、架构方案、Groovy规则引擎、规则决策
1 UpdatedApr 23, 2019 -
anti-NSFW-detection-test Public
Forked from wangx404/anti-NSFW-detection-test一些尝试用于对抗色情图片检测算法的思路
Python UpdatedMar 6, 2019 -
annotation-tool Public
Forked from coin-dataset/annotation-toolJavaScript MIT License UpdatedMar 4, 2019 -
taro-yanxuan Public
Forked from js-newbee/taro-yanxuan首个 Taro 多端统一实例 - 网易严选(小程序 + H5 + React Native) - By 趣店 FED
JavaScript UpdatedFeb 20, 2019 -
short-video-classification Public
Forked from yt1120948918/short-video-classification短视频分类项目
Python UpdatedFeb 16, 2019 -
bert-utils Public
Forked from terrifyzhao/bert-utilsBERT生成句向量,BERT做文本分类、文本相似度计算
Python UpdatedJan 31, 2019 -
bert_classification Public
Forked from pengming617/bert_classification利用bert预训练的中文模型进行文本分类
Python UpdatedJan 30, 2019 -
mall Public
Forked from macrozheng/mallmall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
Java MIT License UpdatedJan 28, 2019 -
ASR_Syllable Public
Forked from zw76859420/ASR_Syllable基于卷积神经网络的语音识别声学模型的研究
Python GNU General Public License v3.0 UpdatedJan 24, 2019 -
nsfw_data_scrapper Public
Forked from alex000kim/nsfw_data_scraperCollection of scripts to aggregate image data for the purposes of training an NSFW Image Classifier
Shell MIT License UpdatedJan 22, 2019 -
2018-daguan-competition Public
Forked from hecongqing/2018-daguan-competition2018年"达观杯"文本智能处理挑战赛-长文本分类-rank4
-
yundocs Public
Forked from SmallRuralDog/yundocs云档3.0版本,taro开发。可打包多平台小程序,h5,IOS和Android客户端。欢迎star跟进
TypeScript UpdatedJan 22, 2019 -
mall-admin-web Public
Forked from macrozheng/mall-admin-webmall-admin-web是一个电商后台管理系统的前端项目,基于Vue+Element实现。 主要包括商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等功能。
Vue MIT License UpdatedJan 22, 2019 -
eladmin-qd Public
Forked from elunez/eladmin-webeladmin前端源码,项目基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 Spring Security、Redis、Vue的前后端分离后台管理系统, 权限控制采用 RBAC,菜单动态路由
Vue Apache License 2.0 UpdatedJan 21, 2019 -
eladmin Public
Forked from elunez/eladmin项目基于 Spring Boot 2.1.0 、 Spring boot Jpa、 Spring Security、redis、Vue的前后端分离的权限管理系统,项目采用分模块开发方式, 权限控制采用 RBAC(Role-Based Access Control,基于角色的访问控制),前端菜单支持动态路由
Java Apache License 2.0 UpdatedJan 21, 2019 -
nsfw Public
Forked from rockyzhengwu/nsfwSuitable for Work (NSFW) classification
Python Apache License 2.0 UpdatedJan 21, 2019 -
tensorflow-yolov3 Public
Forked from YunYang1994/tensorflow-yolov3Pure tensorflow Implement of YOLOv3 with support to train your own dataset
Python MIT License UpdatedJan 9, 2019 -
taro-msparis Public
Forked from EasyTuan/taro-msparis用 React 编写的基于Taro + Dva构建的适配不同端(微信/百度/支付宝小程序、H5、React-Native 等)的时装衣橱
JavaScript MIT License UpdatedDec 28, 2018