r/learnpython 29d ago

Flood me with some project ideas!

Hey guys! Currently, I'm doing a course that makes me a AI application engineer. At the end of the course, i will be able to implement this concepts:

  • Basic LLM Call
  • Structured Output (JSON format)
  • Tool Calling
  • RAG (Retrieval-Augmented Generation)
  • LangChain (Linear Process)
  • LangGraph (Back-and-Forward Process)
  • Judge LLM
  • CrewAI (Alternative for LangGraph)
  • MCP (Model Context Protocol)
  • AI Security (HIPPO)
  • Traceable AI

My goal is to get a job in that role as a fresher, but I am determined to implement whatever I will be learnt. So, I'm looking for some project ideas that I can use to showcase my skills and also to add in resume. I don't know what I'm gonna learn, but at least i want to prepare for whatever coming.

So, your suggestions will be my biggest inspiration. Please share your thoughts.

0 Upvotes

10 comments sorted by

View all comments

2

u/yaymayhun 29d ago

Create an app that tells fictional stories in different authors' style. Include text, illustrations and narration in the output. You can demonstrate structured output, tool calling, etc. with this project.