Pardon me for hijacking this post but my question is something similar: What should be the roadmap as a developer to get into the GenerativeAI/LLM space? I want to learn how to use different LLMs, how to use them from hugging face and their different features like embeddings etc.
I am a Python developer who has never worked on ML/data science before, I am mostly into Data Engineering
I’m not an expert, but I just picked a project and used the OpenAI API — but with a wrapper that should let me swap out backends if/when I get a computer with a nice GPU.
Python is great for mixing API calls, document formatting, and other data scraping.
For myself, the problem was finding something interesting to do — in my case, generating videos from basic prompts.
I am a Python developer who has never worked on ML/data science before, I am mostly into Data Engineering