I honestly feel so overwhelmed right now and I dont even know where to begin. I lost my job in Columbus last month and I have maybe $1500 left in my savings so I need to learn a new skill fast, like in the next two or three months. I really want to try and build a little AI app to help me sort through all my old paper medical files because they are a total mess but I look at all these coding websites and my head starts spinning. There are so many names like C++ and Java and I dont want to waste my time or money on the wrong one. Which programming languages are actually the most essential ones I need to learn for AI development?
Focus strictly on Python 3.12. Its the AI standard. Pick up OReilly Hands-On Machine Learning 3rd Edition to understand the actual technical implementation for your files.
Just catching up on this thread and honestly, I remember that feeling of being totally lost. I’ve been doing this for years now and I am so satisfied with how accessible things have become lately. To really build that medical file app without blowing through your savings, you gotta focus on a specific stack:
@Reply #1 - good point! but dont waste time on theory. Honestly, use Python with Google Cloud Vision API for OCR. It handles messy files faster than building your own models. Hang in there.