How to begin with AI?

I’m still a novice in AI, but an experienced developer formerly in C++ and now for half a century in Web.

Can any of you give me simple instructions on how to use the huggingface models, train them and use them practically? What is the process and how can I get started?

Thanks in advance!

I highly recommend you start with Hugging Face - Learn. HF has an excellent few courses that go quite deep. If you want, you can also dive right into the Transformers library documentation in 🤗 Transformers which has a few tutorials and quite a lot of useful material.