All Projects → guess-js → guess-js.github.io

guess-js / guess-js.github.io

Licence: MIT license
The website of Guess.js

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to guess-js.github.io

Webpack.js.org
Repository for webpack documentation and more!
Stars: ✭ 2,049 (+12706.25%)
Mutual labels:  docs, web-performance
Guess Next
🔮 Demo application showing the integration of Guess.js with Next.js
Stars: ✭ 528 (+3200%)
Mutual labels:  web-performance, ml
youtube-or-pornhub
Service identification on ciphered traffic.
Stars: ✭ 26 (+62.5%)
Mutual labels:  ml
jpath.ru
Для разработчиков и опытных пользователей Joomla! CMS
Stars: ✭ 15 (-6.25%)
Mutual labels:  docs
guides
How we do things at OK GROW!
Stars: ✭ 16 (+0%)
Mutual labels:  docs
deep-explanation-penalization
Code for using CDEP from the paper "Interpretations are useful: penalizing explanations to align neural networks with prior knowledge" https://arxiv.org/abs/1909.13584
Stars: ✭ 110 (+587.5%)
Mutual labels:  ml
e-books
IT technical related e-books and PPT information, continuous updating. For those in need, Keep real, peace and love.
Stars: ✭ 470 (+2837.5%)
Mutual labels:  docs
gorgonia.github.io
The source code (and website) for gorgonia.org
Stars: ✭ 12 (-25%)
Mutual labels:  docs
CS-7641-assignments
CS 7641 - All the code
Stars: ✭ 135 (+743.75%)
Mutual labels:  ml
colabs
This repository holds the Google Colabs for the EdX TinyML Specialization
Stars: ✭ 73 (+356.25%)
Mutual labels:  ml
kglib
TypeDB-ML is the Machine Learning integrations library for TypeDB
Stars: ✭ 523 (+3168.75%)
Mutual labels:  ml
db-doc
📝一款生成在线/离线数据库文档的小工具
Stars: ✭ 98 (+512.5%)
Mutual labels:  docs
flutter-vision
iOS and Android app built with Flutter and Firebase. Includes Firebase ML Vision, Firestore, and Storage
Stars: ✭ 45 (+181.25%)
Mutual labels:  ml
chappe
🧑‍💻 Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine.
Stars: ✭ 132 (+725%)
Mutual labels:  docs
python-book
ゼロから学ぶ Python
Stars: ✭ 125 (+681.25%)
Mutual labels:  docs
mildnet
Visual Similarity research at Fynd. Contains code to reproduce 2 of our research papers.
Stars: ✭ 76 (+375%)
Mutual labels:  ml
deeplearning-paper-notes
Reading notes on deep learning papers---深度学习论文阅读笔记
Stars: ✭ 36 (+125%)
Mutual labels:  ml
hana-ml-samples
This project provides code examples for SAP HANA Predictive and Machine Learning scenarios and is educational content. It covers simple Predictive Analysis Library SQL examples as well as complete SAP HANA design-time “ML scenario”-application content or HANA-ML Python Notebook examples.
Stars: ✭ 67 (+318.75%)
Mutual labels:  ml
bat-zh
🇨🇳翻译: <bat> 一个`cat(1)`克隆与语法高亮和Git集成 ❤️ 校对 ✅
Stars: ✭ 129 (+706.25%)
Mutual labels:  docs
TFLite-Android-Helper
TensorFlow Lite Helper for Android to help getting started with TesnorFlow.
Stars: ✭ 25 (+56.25%)
Mutual labels:  ml

Website of Guess.js

This repository contains the source code for guessjs.com.

Developing

npm i -g gatsby
git clone [email protected]:guess-js/guessjs.com && cd guessjs.com
npm i
gatsby develop

Deployment

For deployment, you need the guess repository in a sibling directory of the docs in order to generate API documentation:

git clone [email protected]:guess-js/guess
git clone [email protected]:guess-js/guessjs.com && cd guessjs.com
npm i
npm run build
git add .
git commit -am 'Publishing the docs'
git push origin master

Adding a Guide

To add a guide, create a markdown file in the content directory. To add a link to the guide in the "Docs" page, edit src/components/docs-layout/index.js and add a new entry in the renderSidebar method.

License

MIT

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