Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesPikachu committed Apr 29, 2022
1 parent c41b3fb commit 19efe19
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ tool_client.execute(random.choice(list(all_supports.values())))
- [DeepLearningToys](https://github.com/CharlesPikachu/deeplearningtoys): Some deep learning toys implemented in pytorch.
- [DataAnalysis](https://github.com/CharlesPikachu/dataanalysis): Some data analysis projects in charles_pikachu.
- [Imagedl](https://github.com/CharlesPikachu/imagedl): Search and download images from specific websites.
- [Pytoydl](https://github.com/CharlesPikachu/pytoydl): A toy deep learning framework built upon numpy.


# More
Expand Down
36 changes: 21 additions & 15 deletions docs/Recommend.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,37 @@
# 项目推荐

- [Python制作小游戏](https://github.com/CharlesPikachu/Games)
- [制作小游戏](https://github.com/CharlesPikachu/Games)

- [Python模拟登录系列](https://github.com/CharlesPikachu/DecryptLogin)
- [模拟登录系列](https://github.com/CharlesPikachu/DecryptLogin)

- [Python制作音乐下载器](https://github.com/CharlesPikachu/musicdl)
- [音乐下载器](https://github.com/CharlesPikachu/musicdl)

- [Python制作视频下载器](https://github.com/CharlesPikachu/videodl)
- [视频下载器](https://github.com/CharlesPikachu/videodl)

- [Python制作的一些实用工具](https://github.com/CharlesPikachu/pytools)
- [实用工具](https://github.com/CharlesPikachu/pytools)

- [Python玩转微信](https://github.com/CharlesPikachu/pikachuwechat)
- [玩转微信](https://github.com/CharlesPikachu/pikachuwechat)

- [Python美化图片或视频](https://github.com/CharlesPikachu/pydrawing)
- [图像语义分割框架](https://github.com/SegmentationBLWX/sssegmentation)

- [Python实现图像压缩算法](https://github.com/CharlesPikachu/imagecompressor)
- [美化图片或视频](https://github.com/CharlesPikachu/pydrawing)

- [Python制作免费代理工具](https://github.com/CharlesPikachu/freeproxy)
- [图像压缩算法](https://github.com/CharlesPikachu/imagecompressor)

- [Python制作论文下载器](https://github.com/CharlesPikachu/paperdl)
- [免费代理工具](https://github.com/CharlesPikachu/freeproxy)

- [Python实现终端看中华人民共和国国务院新闻办公室](https://github.com/CharlesPikachu/sciogovterminal)
- [美丽的星空图](https://github.com/CharlesPikachu/constellation)

- [Python实现代码自由](https://github.com/CharlesPikachu/codefree)
- [论文下载器](https://github.com/CharlesPikachu/paperdl)

- [Python写的一些深度学习小案例](https://github.com/CharlesPikachu/deeplearningtoys)
- [终端看中华人民共和国国务院新闻办公室](https://github.com/CharlesPikachu/sciogovterminal)

- [Python数据分析相关的小项目](https://github.com/CharlesPikachu/dataanalysis)
- [代码自由](https://github.com/CharlesPikachu/codefree)

- [Python制作图片下载器](https://github.com/CharlesPikachu/imagedl)
- [深度学习小案例](https://github.com/CharlesPikachu/deeplearningtoys)

- [数据分析相关的小项目](https://github.com/CharlesPikachu/dataanalysis)

- [图片下载器](https://github.com/CharlesPikachu/imagedl)

- [从零开始实现一个深度学习框架](https://github.com/CharlesPikachu/pytoydl)

0 comments on commit 19efe19

Please sign in to comment.