Blog with Jupyter Notebooks!

from IPython.core.display import Image
Image('https://www.python.org/static/community_logos/python-logo-master-v3-TM-flattened.png')

png

print("Welcome to Academic!")
Welcome to Academic!

Organize your notebooks

Place the notebooks that you would like to publish in a notebooks folder at the root of your website.

Import the notebooks into your site

pipx install academic
academic import 'notebooks/**.ipynb' content/post/ --verbose

The notebooks will be published to the folder you specify above. In this case, they will be published to your content/post/ folder.

Eden Belouadah
Eden Belouadah
ML Research Scientist

Hi! I am Eden Belouadah, an ML Research Scientist at Datakalab. I have 5 years of experience working on continual learning for image classification and object detection. At Datakalab, I am part of the context adaptation team. Our goal is to compress large object detection models and deploy them on the edge. I previously worked on fall detection and continuous optimization. Currently, I am also working on Large Language Models (LLMs) and Stable Diffusions.