Skip to content

teamsudocode/dexter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ccceac · Jul 19, 2018
Jan 27, 2018
Jan 28, 2018
Jan 27, 2018
Jan 27, 2018
Jan 27, 2018
Jan 27, 2018
Jan 27, 2018
Feb 2, 2018
Jul 19, 2018
Jan 27, 2018
Jan 27, 2018
Jan 27, 2018
Jan 28, 2018
Jan 26, 2018
Jan 27, 2018
Jan 27, 2018
Jan 27, 2018
Jan 27, 2018

Repository files navigation

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.