All Projects → teamsudocode → Dexter

teamsudocode / Dexter

Licence: gpl-3.0
Let your talking do the code

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
language
365 projects

Projects that are alternatives of or similar to Dexter

Awesome Ai Services
An overview of the AI-as-a-service landscape
Stars: ✭ 133 (+43.01%)
Mutual labels:  natural-language-processing, speech-to-text
Spokestack Python
Spokestack is a library that allows a user to easily incorporate a voice interface into any Python application.
Stars: ✭ 103 (+10.75%)
Mutual labels:  natural-language-processing, speech-to-text
Character Mining
Mining individual characters in multiparty dialogue
Stars: ✭ 89 (-4.3%)
Mutual labels:  natural-language-processing
Lda Topic Modeling
A PureScript, browser-based implementation of LDA topic modeling.
Stars: ✭ 91 (-2.15%)
Mutual labels:  natural-language-processing
Meprop
meProp: Sparsified Back Propagation for Accelerated Deep Learning (ICML 2017)
Stars: ✭ 90 (-3.23%)
Mutual labels:  natural-language-processing
Multiffn Nli
Implementation of the multi feed-forward network architecture by Parikh et al. (2016) for Natural Language Inference.
Stars: ✭ 89 (-4.3%)
Mutual labels:  natural-language-processing
Forte
Forte is a flexible and powerful NLP builder FOR TExt. This is part of the CASL project: http://casl-project.ai/
Stars: ✭ 89 (-4.3%)
Mutual labels:  natural-language-processing
Virtual Assistant
A linux based Virtual assistant on Artificial Intelligence in C
Stars: ✭ 88 (-5.38%)
Mutual labels:  natural-language-processing
Msr Nlp Projects
This is a list of open-source projects at Microsoft Research NLP Group
Stars: ✭ 92 (-1.08%)
Mutual labels:  natural-language-processing
Nlp
This is where I put all my work in Natural Language Processing
Stars: ✭ 90 (-3.23%)
Mutual labels:  natural-language-processing
Deep Learning Drizzle
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
Stars: ✭ 9,717 (+10348.39%)
Mutual labels:  natural-language-processing
Bible text gcn
Pytorch implementation of "Graph Convolutional Networks for Text Classification"
Stars: ✭ 90 (-3.23%)
Mutual labels:  natural-language-processing
Thewarholoutloud
An inclusive audio guide for The Andy Warhol Museum
Stars: ✭ 89 (-4.3%)
Mutual labels:  accessibility
Bert As Service
Mapping a variable-length sentence to a fixed-length vector using BERT model
Stars: ✭ 9,779 (+10415.05%)
Mutual labels:  natural-language-processing
Launchy
Launchy: An Accessible Modal Window
Stars: ✭ 89 (-4.3%)
Mutual labels:  accessibility
Geotext
Geotext extracts country and city mentions from text
Stars: ✭ 91 (-2.15%)
Mutual labels:  natural-language-processing
Buddycss
The framework for people who love coding!
Stars: ✭ 89 (-4.3%)
Mutual labels:  accessibility
Plyr React
A simple, accessible and customisable react media player for Video, Audio, YouTube and Vimeo
Stars: ✭ 89 (-4.3%)
Mutual labels:  accessibility
Uer Py
Open Source Pre-training Model Framework in PyTorch & Pre-trained Model Zoo
Stars: ✭ 1,295 (+1292.47%)
Mutual labels:  natural-language-processing
Tageditor
🏖TagEditor - Annotation tool for spaCy
Stars: ✭ 92 (-1.08%)
Mutual labels:  natural-language-processing

Dexter

Ever wondered if you could talk to your computer in your natural language, and it writes the code for you, and that too in your favorite language?

Dexter is an AI-based code editor that allows you to code parallelly in Javascript and Python just by conversing with it. It supports two of the most widely used languages in the country, Hindi and, English.

Won 1st Prize at Hack36, MNNIT Allahabad.

Watch the Demo Video

View the Presentation

How to run

$ git clone https://github.com/teamsudocode/dexter.git
$ cd dexter
$ pip install --user flask flask-cors zulip
$ python3 app.py

Open another terminal window

$ cd dexter
$ python3 -m http.server

Navigate to localhost:8000.

Additional requirement: nodejs to run javascript code.

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