AI Python for Begineers completed

I am not able to integrate any AI to my computer jupityr notebook. I want to try a free version. Try Open AI but it din’t worked. Anybody else has any opinions on this?

2 Likes

Dear @Madhumay12,

Welcome to the community!

Please attach the screenshot or error so that we can understand the issue.

Hugging Face is a great option. You can easily load a model of your liking and work with it without needing an apikey eg you can load a conversational model like mistralai/Mistral-7B-Instruct-v0.1 using the transformers library…

1 Like

Good point from @Gerald_Wainaina,
Hugging Face is a solid option. Just to add, if you’re using models locally, make sure your system has enough memory (some models are resource-heavy). Also, for lighter experimentation, you might want to explore smaller models like google/flan-t5-small or try hosted environments like Google Colab if setup is a hurdle.

1 Like

There are lots of IDEs (integrated development environments) that support Jupyter notebooks.

For example, you can install VSCode, and then install the Jupyter plugin.

Reference: