CodeGenX is back online! 🎉 We are sorry for the long wait
Existing users will need to update the extension in VsCode and New users can sign up on our website
CodeGenX is a Code Generation system powered by Artificial Intelligence! It is delivered to you in the form of a Visual Studio Code Extension and is Free and Open-source!
You can find installation instructions and additional information about CodeGenX in the documentation here.
CodeGenX currently only supports Python. We are planning to add additional languages in future releases.
CodeGenX was trained on Python code which covers many of its common uses. Some libraries which CodeGenX is specifically trained on are:
- Tensorflow
- Pytorch
- Scikit-Learn
- Pandas
- NumPy
- OpenCV
- Django
- Flask
- PyGame
At the core of CodeGenX lies a large neural network called GPT-J. GPT-J is a 6 billion parameter transformer model which was trained on hundreds of gigabytes of text from the internet. We fine-tuned this model on a dataset of open-source python code. This fine-tuned model can now be used to generate code when given an input with the right instructions.
This project would not have been possible without the help of these wonderful people:
Arya Manjaramkar |
Matthias Wijnsma |
Thomas Houtrique |
Dominic Rampas |
Bilel Medimegh |
Josh Hills |
Alex |
Tiimo |
Many thanks to the support of the Google TPU Research Cloud for providing the precious compute needed for this project.