Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teamsudocode/dexter
Let your talking do the code
https://github.com/teamsudocode/dexter
accessibility fuzzy-logic javascript language natural-language-processing python speech-to-text
Last synced: 2 months ago
JSON representation
Let your talking do the code
- Host: GitHub
- URL: https://github.com/teamsudocode/dexter
- Owner: teamsudocode
- License: gpl-3.0
- Created: 2018-01-26T18:32:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T05:54:19.000Z (over 6 years ago)
- Last Synced: 2024-08-02T05:09:04.723Z (5 months ago)
- Topics: accessibility, fuzzy-logic, javascript, language, natural-language-processing, python, speech-to-text
- Language: JavaScript
- Homepage:
- Size: 358 KB
- Stars: 95
- Watchers: 10
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Starred-Repo - Dexter: Code by Talking
README
# 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](https://www.youtube.com/watch?v=qFzCyY3lHZE)
[View the Presentation](https://drive.google.com/file/d/1ziJM2d6zE2I5KthzUSVCVK7HWTWhoQ4A/view?usp=sharing)
### 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.