Example Python notebooks
List of example Python notebooks created with MLJAR Studio so you have great start. Find your inspiration and create amazing Python notebook ๐
PostgreSQL
Define a new PostgreSQL connection in Python
Connect to PostgreSQL database in Python
Show tables from PostgreSQL database
Show columns from table in PostgreSQL
Create new table using python and PostgreSQL
Drop table using Python and PostgreSQL
Backup table using python
Update column in table using Python
Select every column from table using python
Insert row into a table using Python
Run raw SQL query in python
Raw SQL query straight to pandas dataframe
From database to chart plotting
Update selected rows of a column in table using python
Fill PostgreSQL database with AI using Python
Transfer data from database to a Google sheet
OpenAI
Connection with OpenAI Client using Python
OpenAI Chat Completion in Python Notebook
How to search the cosine similarity using OpenAI in Python
How to generate text embeddings using OpenAI in Python
Generate embeddings for whole files using OpenAI in Python
Generate images using OpenAI models in Python
Transcribe the speech using OpenAI in Python
Translate the speech using OpenAI in Python
Generate speech from the given text using OpenAI in Python
OpenAI vision with local images in Python
OpenAI vision with URL images in Python
Build RAG App using OpenAI in Python