What is the issues?

  • lwuy9v5@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    8 months ago

    You are picking a really hard problem to start with - AI is a thing that people get incredibly advance degrees to know about. Frameworks have made things much easier to get started without all that learning, but I’d still recommend starting MUCH smaller.

    Make a Python program that takes input and randomly gives output from a list. Then make a Flask WebApp that returns the same if you give it a web request.

    I’d say after you can do both of those challenges - maybe then you’d be in a better place to start thinking about implementing something with an AI library. There’s layers and layers and layers of knowledge to build up.