All Projects → ppwwyyxx → Dash Docset Tensorflow

ppwwyyxx / Dash Docset Tensorflow

Licence: apache-2.0
dash/zeal docset for tensorflow

Projects that are alternatives of or similar to Dash Docset Tensorflow

Bitcoin Kit Ios
Full Bitcoin library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash and Dash blockchains.
Stars: ✭ 134 (-29.47%)
Mutual labels:  dash
Ott Packager
OTT/ABR streaming encoder (H264/HEVC) and packager for DASH and HLS
Stars: ✭ 148 (-22.11%)
Mutual labels:  dash
Dash Contrib Docset Feeds
A collection of Dash's user contributed docset feed for using with Zeal
Stars: ✭ 168 (-11.58%)
Mutual labels:  dash
Vidgear
A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features 🔥
Stars: ✭ 2,048 (+977.89%)
Mutual labels:  dash
Digital video introduction
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).
Stars: ✭ 12,184 (+6312.63%)
Mutual labels:  dash
Shaka Player Embedded
Shaka Player in a C++ Framework
Stars: ✭ 153 (-19.47%)
Mutual labels:  dash
Rtmp Ts Dash Webrtc
👾 音视频解决方案 Audio and video solutions(AV1)
Stars: ✭ 129 (-32.11%)
Mutual labels:  dash
Antminer Monitor
Cryptocurrency ASIC mining hardware monitor using a simple web interface
Stars: ✭ 176 (-7.37%)
Mutual labels:  dash
Dash Svm
Interactive SVM Explorer, using Dash and scikit-learn
Stars: ✭ 147 (-22.63%)
Mutual labels:  dash
Dash Flask Login
Implementation of Flask-login on top of Dash.
Stars: ✭ 158 (-16.84%)
Mutual labels:  dash
Docker Flask Gunicorn Nginx
Bootstrap example of a Flask app served via Gunicorn and Nginx using Docker conteiners
Stars: ✭ 138 (-27.37%)
Mutual labels:  dash
Docker Streaming Server
Live streaming server
Stars: ✭ 141 (-25.79%)
Mutual labels:  dash
Dash Oil And Gas Demo
Dash Demo App - New York Oil and Gas
Stars: ✭ 156 (-17.89%)
Mutual labels:  dash
Dplayer
🍭 Wow, such a lovely HTML5 danmaku video player
Stars: ✭ 12,101 (+6268.95%)
Mutual labels:  dash
Magicalexoplayer
The Easiest Way To Play/Stream Video And Audio Using Google ExoPlayer In Your Android Application
Stars: ✭ 171 (-10%)
Mutual labels:  dash
Html5 Dash Hls Rtmp
🌻 HTML5播放器、M3U8直播/点播、RTMP直播、低延迟、推流/播流地址鉴权
Stars: ✭ 1,805 (+850%)
Mutual labels:  dash
Dash Component Boilerplate
Get started creating your own Dash components here.
Stars: ✭ 149 (-21.58%)
Mutual labels:  dash
Vscode Dash
Dash, Zeal and Velocity documentation integration in Visual Studio Code 🔎📖
Stars: ✭ 176 (-7.37%)
Mutual labels:  dash
Bitcoin Etl
ETL scripts for Bitcoin, Litecoin, Dash, Zcash, Doge, Bitcoin Cash. Available in Google BigQuery https://goo.gl/oY5BCQ
Stars: ✭ 174 (-8.42%)
Mutual labels:  dash
P2p Cdn Sdk Javascript
Free p2p cdn github javascript sdk to reduce video streaming costs of live and on demand video using webrtc by upto 90% and improve scalability by 6x - 🚀 Vadootv 🚀
Stars: ✭ 158 (-16.84%)
Mutual labels:  dash

dash-docset-tensorflow

screenshot

View TensorFlow docs in the dash/zeal offline docset browser.

To use, you can add this feed in Dash/Zeal:

https://raw.githubusercontent.com/ppwwyyxx/dash-docset-tensorflow/master/TensorFlow.xml

Or download the latest release here.

Steps to generate the docset

  • Install dashing: go get -u github.com/technosophos/dashing
  • pip install --user tqdm python-magic cchardet beautifulsoup4 lxml pygmentize
  • cd THIS_REPO
  • wget -nc -np --compression=gzip --domains=www.tensorflow.org -e robots=off --adjust-extension -r 'https://www.tensorflow.org/versions/r1.15/api_docs/'
  • cp dashing.json icon*.png main.css www.tensorflow.org
  • ./preprocess.sh www.tensorflow.org
  • cd www.tensorflow.org/
  • dashing build will give you a TensorFlow.docset folder.

Right now this dashing.json only roughly parses function names (which is enough for most use cases). Feel free to add more features and contribute!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].