pingf / pytoydl

Pytoydl: A toy deep learning framework built upon numpy.

Home Page:https://pytoydl.readthedocs.io/zh/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


docs PyPI - Python Version PyPI license PyPI - Downloads PyPI - Downloads issue resolution open issues

Documents: https://pytoydl.readthedocs.io/zh/latest/

Pytoydl

A toy deep learning framework built upon numpy.
You can star this repository to keep track of the project if it's helpful for you, thank you for your support.

Tutorial

Install

Pip install

run "pip install pytoydl"

Source code install

(1) Offline
Step1: git clone https://github.com/CharlesPikachu/pytoydl.git
Step2: cd pytoydl -> run "python setup.py install"
(2) Online
run "pip install git+https://github.com/CharlesPikachu/pytoydl.git@master"

Projects in Charles_pikachu

  • Games: Create interesting games by pure python.
  • DecryptLogin: APIs for loginning some websites by using requests.
  • Musicdl: A lightweight music downloader written by pure python.
  • Videodl: A lightweight video downloader written by pure python.
  • Pytools: Some useful tools written by pure python.
  • PikachuWeChat: Play WeChat with itchat-uos.
  • Pydrawing: Beautify your image or video.
  • ImageCompressor: Image compressors written by pure python.
  • FreeProxy: Collecting free proxies from internet.
  • Paperdl: Search and download paper from specific websites.
  • Sciogovterminal: Browse "The State Council Information Office of the People's Republic of China" in the terminal.
  • CodeFree: Make no code a reality.
  • DeepLearningToys: Some deep learning toys implemented in pytorch.
  • DataAnalysis: Some data analysis projects in charles_pikachu.
  • Imagedl: Search and download images from specific websites.

More

WeChat Official Accounts

Charles_pikachu
img

About

Pytoydl: A toy deep learning framework built upon numpy.

https://pytoydl.readthedocs.io/zh/latest/

License:Apache License 2.0


Languages

Language:Python 100.0%