All Projects → lsgrep → mldocs

lsgrep / mldocs

Licence: other
Alfred Workflow for TensorFlow, PyTorch, Scikit-learn, NumPy, Pandas, Matplotlib, Statsmodels, Jax, RLLib API Docs

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to mldocs

guides
How we do things at OK GROW!
Stars: ✭ 16 (-70.37%)
Mutual labels:  docs
jpath.ru
Для разработчиков и опытных пользователей Joomla! CMS
Stars: ✭ 15 (-72.22%)
Mutual labels:  docs
rdme
ReadMe's official CLI and GitHub Action
Stars: ✭ 44 (-18.52%)
Mutual labels:  docs
alfred-jira-search
Alfred Workflow to quickly search through Jira issues 🔎
Stars: ✭ 23 (-57.41%)
Mutual labels:  alfred-workflow
alfred-urban-dictionary
Search Urban Dictionary from Alfred.
Stars: ✭ 53 (-1.85%)
Mutual labels:  alfred-workflow
guess-js.github.io
The website of Guess.js
Stars: ✭ 16 (-70.37%)
Mutual labels:  docs
alfred-night-shift
🌝 Alfred 3 workflow to toggle night shift
Stars: ✭ 18 (-66.67%)
Mutual labels:  alfred-workflow
gist-alfred
An alfred workflow for accessing gists
Stars: ✭ 113 (+109.26%)
Mutual labels:  alfred-workflow
alfred-workflows
Hopefully useful workflows for Alfred
Stars: ✭ 54 (+0%)
Mutual labels:  alfred-workflow
buuk
A simple markdown based documentation generator.
Stars: ✭ 23 (-57.41%)
Mutual labels:  docs
e-books
IT technical related e-books and PPT information, continuous updating. For those in need, Keep real, peace and love.
Stars: ✭ 470 (+770.37%)
Mutual labels:  docs
sphinx-jekyll-builder
sphinx builder that outputs jekyll compatible markdown files with frontmatter
Stars: ✭ 18 (-66.67%)
Mutual labels:  docs
zmon-docs
ZMON Documentation
Stars: ✭ 14 (-74.07%)
Mutual labels:  docs
bat-zh
🇨🇳翻译: <bat> 一个`cat(1)`克隆与语法高亮和Git集成 ❤️ 校对 ✅
Stars: ✭ 129 (+138.89%)
Mutual labels:  docs
zksync-docs
zkSync documentation
Stars: ✭ 52 (-3.7%)
Mutual labels:  docs
db-doc
📝一款生成在线/离线数据库文档的小工具
Stars: ✭ 98 (+81.48%)
Mutual labels:  docs
alfred-hugo
Alfred workflow bindings for NodeJS
Stars: ✭ 17 (-68.52%)
Mutual labels:  alfred-workflow
frontendpath
A correct path to front-end development.
Stars: ✭ 60 (+11.11%)
Mutual labels:  docs
ExpressionEngine-User-Guide
The source for the HTML ExpressionEngine user guides found at https://docs.expressionengine.com
Stars: ✭ 17 (-68.52%)
Mutual labels:  docs
alfred-shush
Shush! — Alfred workflow for muting your microphone
Stars: ✭ 18 (-66.67%)
Mutual labels:  alfred-workflow

Alfred mldocs

Alfred workflow for searching essential machine learning library API docs(it requires macOS, Alfred with Powerpack license). demo

Supported Libraries(all stable versions unless specified otherwise)

Install

Checkout the Releases, download the latest mldocs.alfredworkflow, then double click it(You have to have Alfred + Powerpack License). For MacOS Monterey or newer versions, please install 1.x.x or new versions. For older MacOS versions, please use 0.0.5.

Update

There is a background process that checks update every 7 days, and there will be an option to upgrade to the latest version. demo

  • ml workflow:update will force update.
  • ml workflow:noautoupdate will turn off the auto update.
  • ml workflow:autoupdate will enable the auto update.

Conventions

For convenience, a few prefixes are automatically expanded(see PR for more).

  • np => numpy
  • pd => pandas
  • plt => pyplot
  • sns => seaborn

How does it work

  • mldocs fetches the doc data from Github(data/ml.json), then caches the data for a few days
  • The first query will be slow then it will be pretty fast afterwards
  • The plan is to update the ml.json periodically, so you won't have to update the workflow manually

Clear the Cache

To force update the local cache

  • ml workflow:delcache

Commonly used keywords

I've also merged my commonly used links(data/base.json) into the ml.json as well. If you want to add your favorite website or link please submit a PR(just edit the base.json).

keyword link description
? https://github.com/lsgrep/mldocs
colab http://colab.research.google.com/
kaggle https://www.kaggle.com/
Google Dataset Search https://datasetsearch.research.google.com/
gds https://datasetsearch.research.google.com/
paper https://paperswithcode.com/

Google Dataset Search

You can enter the query directly in the Alfred with the keyword ml gds KEYWORD... demo

Papers With Code

You can enter the query directly in the Alfred with the keyword ml paper KEYWORD... demo

Supported Versions

  • ml.json will be periodically updated to the latest versions of TensorFlow & PyTorch

Keyword Descriptions

  • Not supported yet, but will add them in the future.

TODO

  • add Scikit-learn support
  • add NumPy support
  • add Pandas support
  • add Matplotlib support
  • add Statsmodels support
  • add Seaborn support
  • add Jax support
  • Add Ray support
  • Add LightGBM support
  • Add XGBoost support
  • add Automatic Update
  • add Github Actions to generate ml.json
  • add keyword descriptions for TensorFlow
  • add keyword descriptions for PyTorch

Credits

Icon made by Becris from Flaticon

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].