Welcome to the AI/ML Challenge of the MLSC Internal Event! 🎉
This task is all about creativity, experimentation, and having fun with generative AI.
We’ve kept it intentionally open-ended so that everyone — from beginners to AI pros — can participate at their own comfort level and showcase their creativity.
Create anything interesting that uses generative AI.
Text, images, audio, code — whatever sparks your imagination.
Your project can be as simple or as wild as you want.
Pick the level that feels right for you 👇
| Level | Description | Example Ideas |
|---|---|---|
| 🗨️ Beginner | Use an API or existing tool to make something simple. | A chatbot that gives jokes, compliments, or study tips. |
| 💬 Intermediate | Play around with system prompts or personalities. | A “pirate bot”, “therapist bot”, or “motivational coach” chatbot. |
| 📚 Advanced | Build a small RAG (Retrieval-Augmented Generation) app. | A bot that answers questions from a PDF or website. |
| 🧠 Pro | Use LangChain or other frameworks for a full RAG pipeline. | “Ask my notes” or “Campus Helper” type of app. |
| 🎨 Creative Twist | Mix text, image, or audio generation. | A story generator that also creates matching art or voiceovers. |
| 🤖 Ultimate | Design AI agents that plan or interact. | A multi-agent setup that collaborates to get things done. |
- Fork this repository 🍴
- Create a new folder with your team name or your name.
- Add your project files (code, notebook, or demo).
- Include a short README inside your folder explaining your project.
- Open a pull request (PR) to submit your work ✅
Click the Fork button on the top-right of this repo.
git clone https://github.com/<your-username>/MLSC_AIML_TASK.git
cd MLSC_AIML_TASKgit checkout -b <your-branch-name>- Add your folder (team name or your name)
- Add your code / notebook / demo files
- Add a short README explaining your project + chosen level ✅
git add .
git commit -m "Added AI/ML Project - <Team/Your Name>"git push origin <your-branch-name>On GitHub → Compare & Pull Request Ensure: base repository: yashgunjal95/MLSC_AIML_TASK base branch: main compare branch:
| Criteria | Description |
|---|---|
| 💡 Creativity | Original, fun, or surprising ideas. |
| ⚙️ Implementation | Some working demo or prototype. |
| 🧱 Effort | You explored, learned, or tried something new. |
| 🎤 Presentation | Clear explanation of what it does and how. |
This isn’t about perfection — it’s about trying, building, and showing off your creative side.
Even a simple idea done well can stand out.
So go for it, have fun, and let your imagination run wild! 🚀
Happy Building,
Team MLSC 💙