top of page

Introducing AICodeCreator!



At the Pycon Education Summit, we introduced AICodeCreator - a way for students and teachers to get started on Python with AI.


Why should you learn Python for AI?

Python is by far the most popular language today for AI. There are many reasons for this. One is the ease and flexibility of Python as a language. A second important reason is the sheer number of AI packages available in Python (to do anything from analyzing data, to building AIs, to processing video, sound, images, building self-driving cars, folding proteins, and more). See the image below for just a small sample of the kinds of AI packages available in Python.





How to get started with Python for AI?

The number of available options is both the advantage and the challenge with Python for AI. The video below shows some tips we shared at the Pycon Education Summit on how to get started.


What is AICodeCreator?

AI code creator is an easy, free, web-based tool that you can use to generate Python code to build an AI. It is simple - bring in your dataset (or select one of the many already stored), decide what you want to predict, train your AI and click "Generate Code". The full python code for your AI will be generated automatically. This code will be specific to your dataset, and will include all aspects of the AI - including the data processing code which has to be done differently for every dataset. All the code is in the most famous and well established Python AI libraries in the world - so you are learning libraries that you will use again and again.




You can download this code and run it in any IDE, or open it directly in Google Colab. See the video below!





Want to try out AICodeCreator?

Simple. Follow these steps:

- Go to aiclub.world and sign up for a free account

- Click on your avatar and select Go To Navigator

- Follow the steps in the video above.


Enjoy! If you have any questions or would like to chat, please contact us here.

257 views0 comments
bottom of page