Akshay-911 / Co-Yo-Ta

COde while YOu TAlk Tired of typing? Forgot syntax? No problem... speak in your natural language and let CoYoTa do the typing. CoYoTa is an AI-based code editor that allows you to code in Python and Javascript just by conversing with it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoYoTa

Code While You Talk. Just say what you want to code and CoYoTa will do the rest for you. For example: just say "Create a variable alpha with value 10" and CoYoTa will create a variable with a name alpha and initialise it with value 10.

Please see the demo video here : https://github.com/Akshay-911/Co-Yo-Ta/blob/master/final.mp4
Or view the PDF here : https://github.com/Akshay-911/Co-Yo-Ta/blob/master/CoYoTa(1).pdf

How to run?

$ git clone https://github.com/Akshay-911/Co-Yo-Ta.git
$ cd CoYoTa
$ cd CoYoTa
$ pip install --user flask flask-cors zulip
$ python3 app.py

Open another terminal window

$ cd CoYoTa
$ cd CoYoTa
$ python3 -m http.server

Navigate to localhost:8000.
Additional requirement: nodejs to run javascript code.

About

COde while YOu TAlk Tired of typing? Forgot syntax? No problem... speak in your natural language and let CoYoTa do the typing. CoYoTa is an AI-based code editor that allows you to code in Python and Javascript just by conversing with it.


Languages

Language:JavaScript 91.9%Language:CSS 3.8%Language:HTML 3.7%Language:Python 0.5%Language:PHP 0.0%