- CGPA: To show you are a genuine student.
- Typing Speed: 100+ wpm for writing quickly.
- LeetCode: 200+ problems for strong coding and problem-solving skills.
- Regular LinkedIn Writing: At least 2 posts a week to learn in public, improve writing skills and make personal brand.
- Learn AI & Data Science Skills: To get started in the tech field.
- Participate in International Hackathons: For hands-on real-world experience, improving English communication skills, and working under tight deadlines.
- Teaching (Optional): For building confidence, delivering your thought process to an audience, leadership, and better communication.
- Version control basics
- Collaborating on projects using GitHub
- Core Python syntax and concepts
- Object Oriented Programming (OOP)
- Writing clean and efficient code
- Building RESTful APIs with FastAPI or Flask
- Database design and management using PostgreSQL
- Understanding Large Language Models (LLMs)
- Implementing GPTs and other LLMs for various applications
- Supervised and unsupervised learning
- Neural networks and deep learning fundamentals
- Scikit-learn: Machine learning library for classical models
- NumPy & Pandas: Data manipulation and analysis
- Matplotlib: Data visualization
- TensorFlow (Keras) & PyTorch: Deep learning frameworks
- Containerization concepts
- Deploying applications using Docker
- Introduction to cloud computing
- Deploying and managing applications on cloud platforms
- Fork this repository: Click the "Fork" button at the top-right of this page to create your own copy of this repo.
- Clone the forked repository: On your machine, use
git clone <your-forked-repo-url>
to clone your copy. - Create a new branch: Use
git checkout -b <branch-name>
to create and switch to a new branch. - Make changes: Add your contributions or improvements.
- Commit and push your changes: Use
git add .
,git commit -m "Your message"
, andgit push origin <branch-name>
. - Create a pull request: Go to your forked repository on GitHub and click on "New pull request."
Feel free to explore, learn, and contribute!