class Priyanshi(Developer, Researcher):
def __init__(self):
self.name = "Priyanshi Soni"
self.username = "Ps1231"
self.location = "India 🇮🇳"
self.status = "Open to Work 🚀"
self.roles = [
"Python Backend Engineer 🐍",
"Full Stack Developer 🌐",
"ML & AI Researcher 🤖",
]
self.stack = {
"backend" : ["Python", "FastAPI", "Django", "Flask"],
"frontend" : ["React", "HTML", "CSS", "JavaScript"],
"ml_ai" : ["PyTorch", "TensorFlow", "Scikit-learn", "Hugging Face"],
"data" : ["PostgreSQL", "MongoDB", "Redis"],
"tools" : ["Docker", "Git", "Linux", "Jupyter"],
}
self.currently = "Exploring LLMs, AI Agents & Research 🔬"
self.fun_fact = "I turn ☕ into code and 📄 research papers"
def __str__(self):
return "Builder. Thinker. Researcher. Always experimenting."| 🧠 Area | 🚀 Current Focus |
|---|---|
| AI / LLMs | Fine-tuning language models & building AI agents |
| Research | ML experiments, paper implementations & analysis |
| Backend | Scalable APIs with FastAPI & async Python |
| Full Stack | End-to-end product development |
| Open Source | Contributing & building tools for the community |

