https://github.com/qiwihui/smsfilters
基于机器学习的 iOS 中文垃圾短信过滤 App
https://github.com/qiwihui/smsfilters
ios-app ios-swift jieba machine-learning message-filtering swift swift4
Last synced: about 1 month ago
JSON representation
基于机器学习的 iOS 中文垃圾短信过滤 App
- Host: GitHub
- URL: https://github.com/qiwihui/smsfilters
- Owner: qiwihui
- License: mit
- Created: 2019-01-04T08:01:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T03:14:24.000Z (over 6 years ago)
- Last Synced: 2025-05-05T16:55:03.682Z (5 months ago)
- Topics: ios-app, ios-swift, jieba, machine-learning, message-filtering, swift, swift4
- Language: C++
- Homepage:
- Size: 9.86 MB
- Stars: 24
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMSFilters
一个基于机器学习的 iOS 短信过滤 App。
## 训练模型
见 `model` 目录,依照 Jupyter Notebook 进行,可以使用 `conda` 安装环境:
```shell
$ cd model
# 创建环境
$ conda env create --file=environment.yml
```## App
见 `iOS`,目前尚未完成。
### 功能列表
1. 主要
- [x] 开启短信过滤功能(开启方式)
- [ ] 准确性测试
- [x] 提交短信2. 自定义规则
- [x] 关键词黑名单
- [x] 关键词白名单
- [x] 号码黑名单
- [x] 号码白名单3. 关于
- [ ] 帮助和常见问题
- [x] 隐私政策
- [x] 向朋友推荐
- [x] 软件评分
- [x] 关于作者### 界面截图
主要界面 | 短信测试界面
:-------------------------:|:-------------------------:
 | 