const developer = {
name: "Swarnim Tripathi",
title: "Student Developer",
location: "🇮🇳 India",
code: ["Python", "JavaScript", "Java", "SQL", "C++"],
askMeAbout: ["Machine Learning", "Backend Development", "APIs", "Data Science"],
technologies: {
machineLearning: {
libraries: ["TensorFlow", "PyTorch", "Scikit-learn", "Pandas", "NumPy"],
tools: ["Jupyter", "Google Colab", "MLflow"]
},
backEnd: {
python: ["Django", "Flask", "FastAPI"],
misc: ["REST APIs", "GraphQL", "Microservices"]
},
databases: ["PostgreSQL", "MongoDB", "MySQL", "Redis"],
cloud: ["AWS", "Google Cloud", "Docker"],
tools: ["Git", "Linux", "Postman", "VS Code"]
},
currentFocus: "Mastering ML algorithms & building robust backend systems",
funFact: "I can spend hours debugging ML models and still find it exciting! 🤖"
};
Highlights
- Pro
Pinned Loading
-
promptimus
promptimus PublicAI for your command line. Turns natural language into shell commands.
Jupyter Notebook
-
learn_buddy
learn_buddy PublicLearnBuddy is a free, open-source, AI-driven adaptive learning platform dedicated to making personalized education accessible to every child.
-
ml-decision-tree-mae
ml-decision-tree-mae PublicThis Python script uses a Decision Tree Regressor from the Scikit-learn library to predict house prices. It calculates the Mean Absolute Error (MAE) to evaluate the model's prediction accuracy and …
Python 1
-
ml-anxiety-detector
ml-anxiety-detector PublicThis project uses a dataset of lifestyle, demographic, and medical attributes to predict anxiety levels using a machine learning regression model.
Python
-
expense-tracker
expense-tracker PublicThis project is a command-line based Expense Manager written in Python. It allows users to register, log in, manage expenses, and update their income. User passwords are encrypted and stored securely.
Python 1
-
password-manager
password-manager PublicThis project provides a secure and convenient way to store and manage your passwords using Python.
Python
If the problem persists, check the GitHub status page or contact support.