All Projects → explosion → Spacy Notebooks

explosion / Spacy Notebooks

Licence: mit
💫 Jupyter notebooks for spaCy examples and tutorials

Projects that are alternatives of or similar to Spacy Notebooks

Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+632.55%)
Mutual labels:  jupyter-notebook, jupyter, spacy
Hands On Nltk Tutorial
The hands-on NLTK tutorial for NLP in Python
Stars: ✭ 419 (+64.31%)
Mutual labels:  jupyter-notebook, jupyter, tutorials
Football Crunching
Analysis and datasets about football (soccer)
Stars: ✭ 252 (-1.18%)
Mutual labels:  jupyter-notebook, jupyter
Notebooker
Productionise your Jupyter Notebooks as easily as you wrote them.
Stars: ✭ 215 (-15.69%)
Mutual labels:  jupyter-notebook, jupyter
Question Generation
Generating multiple choice questions from text using Machine Learning.
Stars: ✭ 227 (-10.98%)
Mutual labels:  jupyter-notebook, spacy
Screenshot To Code
A neural network that transforms a design mock-up into a static website.
Stars: ✭ 13,561 (+5218.04%)
Mutual labels:  jupyter-notebook, jupyter
Best Of Jupyter
🏆 A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.
Stars: ✭ 200 (-21.57%)
Mutual labels:  jupyter-notebook, jupyter
Lfortran
Official mirror of https://gitlab.com/lfortran/lfortran. Please submit pull requests (PR) there. Any PR sent here will be closed automatically.
Stars: ✭ 220 (-13.73%)
Mutual labels:  jupyter-notebook, jupyter
Ml Lessons
Intro to deep learning for medical imaging lesson, by MD.ai
Stars: ✭ 199 (-21.96%)
Mutual labels:  jupyter-notebook, tutorials
Jupyterwith
declarative and reproducible Jupyter environments - powered by Nix
Stars: ✭ 235 (-7.84%)
Mutual labels:  jupyter-notebook, jupyter
Beakerx
Beaker Extensions for Jupyter Notebook
Stars: ✭ 2,594 (+917.25%)
Mutual labels:  jupyter-notebook, jupyter
Tslab
Interactive JavaScript and TypeScript programming with Jupyter
Stars: ✭ 240 (-5.88%)
Mutual labels:  jupyter-notebook, jupyter
Python For Data Science
A collection of Jupyter Notebooks for learning Python for Data Science.
Stars: ✭ 205 (-19.61%)
Mutual labels:  jupyter-notebook, jupyter
Ten Rules Jupyter
Ten Simple Rules for Writing and Sharing Computational Analyses in Jupyter Notebooks
Stars: ✭ 204 (-20%)
Mutual labels:  jupyter-notebook, jupyter
Understanding tensorflow nn
🔮Getting started with TensorFlow: Classifying Text with Neural Networks
Stars: ✭ 215 (-15.69%)
Mutual labels:  jupyter-notebook, tutorials
Fastpages
An easy to use blogging platform, with enhanced support for Jupyter Notebooks.
Stars: ✭ 2,888 (+1032.55%)
Mutual labels:  jupyter-notebook, jupyter
Paperboy
A web frontend for scheduling Jupyter notebook reports
Stars: ✭ 221 (-13.33%)
Mutual labels:  jupyter-notebook, jupyter
Nbdev
Create delightful python projects using Jupyter Notebooks
Stars: ✭ 3,061 (+1100.39%)
Mutual labels:  jupyter-notebook, jupyter
Jupyterhub Deploy Teaching
Reference deployment of JupyterHub and nbgrader on a single server
Stars: ✭ 194 (-23.92%)
Mutual labels:  jupyter-notebook, jupyter
Graph Notebook
Library extending Jupyter notebooks to integrate with Apache TinkerPop and RDF SPARQL.
Stars: ✭ 199 (-21.96%)
Mutual labels:  jupyter-notebook, jupyter

spaCy Jupyter notebooks

An ongoing collection of Jupyter notebooks (formerly iPython notebooks) of easy-to-run spaCy examples and tutorials. To get started, simply fork or clone this repository, navigate to the new directory and run the notebook server:

git clone https://github.com/explosion/spacy-notebooks
cd spacy-notebooks
jupyter notebook

Table of contents

Notebook Content by Notebook by Description
lightning_tour @explosion @bhargavvader An overview of spaCy's functionality and its usage.
pycon_nlp @CytoraTech @CytoraTech spaCy introduction, and using spaCy to analyse Pride and Prejudice and the RAND dataset. Presented at PyCon UK 2016.
pydata_nlp @skipgram @skipgram Introduction to NLP in python using spaCy and gensim. Presented at PyData DC 2016.
advanced_text_analysis @JonathanReeve @JonathanReeve Advanced Text Analysis with spaCy and Scikit-Learn. Presented at NYU during NYCDH Week 2017.

Contribute a notebook

Have you created a Jupyter notebook featuring spaCy, or have you converted one of the existing examples or tutorials? We always appreciate pull requests to this repository! 👍

Please keep in mind that this repository is MIT-licensed, so we'll only be able to publish notebooks that are available under MIT or a more permissive license.

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