All Projects → fdasilva59 → Udacity Natural Language Processing Nanodegree

fdasilva59 / Udacity Natural Language Processing Nanodegree

Tutorials and my solutions to the Udacity NLP Nanodegree

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Udacity Natural Language Processing Nanodegree

Spark Nlp
State of the Art Natural Language Processing
Stars: ✭ 2,518 (+3349.32%)
Mutual labels:  machine-translation, part-of-speech-tagger
Speechbrain.github.io
The SpeechBrain project aims to build a novel speech toolkit fully based on PyTorch. With SpeechBrain users can easily create speech processing systems, ranging from speech recognition (both HMM/DNN and end-to-end), speaker recognition, speech enhancement, speech separation, multi-microphone speech processing, and many others.
Stars: ✭ 242 (+231.51%)
Mutual labels:  deeplearning, speech-to-text
Awesome Ai Services
An overview of the AI-as-a-service landscape
Stars: ✭ 133 (+82.19%)
Mutual labels:  speech-to-text, machine-translation
Nemo
NeMo: a toolkit for conversational AI
Stars: ✭ 3,685 (+4947.95%)
Mutual labels:  machine-translation, speech-to-text
Deep-Learning
It contains the coursework and the practice I have done while learning Deep Learning.🚀 👨‍💻💥 🚩🌈
Stars: ✭ 21 (-71.23%)
Mutual labels:  udacity, deeplearning
Lingvo
Lingvo
Stars: ✭ 2,361 (+3134.25%)
Mutual labels:  speech-to-text, machine-translation
Kerasdeepspeech
A Keras CTC implementation of Baidu's DeepSpeech for model experimentation
Stars: ✭ 245 (+235.62%)
Mutual labels:  deeplearning, speech-to-text
Udacity
This repo includes all the projects I have finished in the Udacity Nanodegree programs
Stars: ✭ 57 (-21.92%)
Mutual labels:  udacity, part-of-speech-tagger
Image-Classifier
Final Project of the Udacity AI Programming with Python Nanodegree
Stars: ✭ 63 (-13.7%)
Mutual labels:  udacity, deeplearning
converse
Conversational text Analysis using various NLP techniques
Stars: ✭ 147 (+101.37%)
Mutual labels:  topic-modeling, speech-to-text
Seq2seq
A general-purpose encoder-decoder framework for Tensorflow
Stars: ✭ 5,455 (+7372.6%)
Mutual labels:  deeplearning, machine-translation
Nlp Cube
Natural Language Processing Pipeline - Sentence Splitting, Tokenization, Lemmatization, Part-of-speech Tagging and Dependency Parsing
Stars: ✭ 353 (+383.56%)
Mutual labels:  machine-translation, part-of-speech-tagger
Python Tutorial Notebooks
Python tutorials as Jupyter Notebooks for NLP, ML, AI
Stars: ✭ 52 (-28.77%)
Mutual labels:  deeplearning, part-of-speech-tagger
Dragonfire
the open-source virtual assistant for Ubuntu based Linux distributions
Stars: ✭ 1,120 (+1434.25%)
Mutual labels:  speech-to-text
Blinkdl
A minimalist deep learning library in Javascript using WebGL + asm.js. Run convolutional neural network in your browser.
Stars: ✭ 69 (-5.48%)
Mutual labels:  deeplearning
Ssd Models
把极速检测器的门槛给我打下来make lightweight caffe-ssd great again
Stars: ✭ 62 (-15.07%)
Mutual labels:  deeplearning
Tensorflow 101
learn code with tensorflow
Stars: ✭ 1,116 (+1428.77%)
Mutual labels:  deeplearning
Patter
speech-to-text in pytorch
Stars: ✭ 71 (-2.74%)
Mutual labels:  speech-to-text
Openasr
A pytorch based end2end speech recognition system.
Stars: ✭ 69 (-5.48%)
Mutual labels:  speech-to-text
Angle
⦠ Angle: new speakable syntax for python 💡
Stars: ✭ 61 (-16.44%)
Mutual labels:  speech-to-text

Udacity Natural Language Processing Nanodegree

This repository contains the Tutorials and my solutions to the NLP Nanodegree's Projects.

See https://www.udacity.com/course/natural-language-processing-nanodegree--nd892

Original source code retrieved from Udacity online environments and from the following Udacity repository:

Installation notes

I used a Ubuntu 16.04 docker image to run this code (with a Nvidia GPU installed on the Ubuntu Docker host)

You should create a Conda Virtual environments using conda env create -f conda-env.yml command. Normally the created virtual environment should contain all the required Python libraries to execute the projects. (Don't forget to activate the conda environment with conda activate nlpnd before launching Jupyter Lab)

For the 7-Project-VoiceUserInterface project, you should execute the setup_container.sh inside the virtual environment to meet the required configuration (this will downgrade the Keras version and install additional packages)

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