tezansahu/NLP_Projects
A collection of projects built using PyTorch & NLTK implementing Deep Learning Models for NLP-related tasks
This collection offers tools for two key natural language tasks. One helps automatically translate English sentences into Hindi. You input English text, and it outputs the Hindi translation. The other identifies key information (slots) and the overall purpose (intent) within user queries, useful for building conversational AI. This is for developers working on language-based applications.
No commits in the last 6 months.
Use this if you are a developer looking for example implementations of neural machine translation (English to Hindi) or semantic slot filling for spoken language understanding.
Not ideal if you are an end-user seeking a ready-to-use translation app or a pre-built conversational AI system.
Stars
7
Forks
4
Language
Jupyter Notebook
License
—
Category
Last pushed
Aug 08, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/tezansahu/NLP_Projects"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Ricardokevins/Kevinpro-NLP-demo
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
allenai/allennlp-models
Officially supported AllenNLP models
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
apachecn/nlp-pytorch-zh
《Natural Language Processing with PyTorch》中文翻译