class PriyanshSaxena:
def __init__(self):
self.name = "Priyansh Saxena"
self.education = "IIITM Gwalior (B.Tech/M.Tech in Data Science)"
self.interests = ["Machine Learning", "LLMs", "Cloud Architecture", "MLOps"]
self.currently_learning = ["Advanced MLOps", "AWS", "NGINX"]
self.looking_for = "Collaborative Data Science Projects"
self.contact = "[email protected]"
self.open_source_contributions = ["krkn-chaos (by Red Hat)"]
def say_hi(self):
print("Thanks for visiting my profile! Let's connect and build something amazing together!")
me = PriyanshSaxena()
me.say_hi()
- 🎓 Currently pursuing B.Tech/M.Tech in Data Science at IIITM Gwalior
- 🔭 I’m currently working on krkn-chaos
- 🌱 Expanding my knowledge in MLOps, Cloud Architecture, and Infrastructure
- 👨💻 Building intelligent applications with Machine Learning & LLMs
- 🔍 Researching applications of Large Language Models in real-world scenarios
- 🚀 Passionate about creating ML-powered solutions that solve meaningful problems
- 📚 Always learning and adapting to new technologies and methodologies
Project Name | Description | Technologies |
---|---|---|
LLM Integrated Excel Plotter | Intelligent Excel data analyzer that uses natural language processing to generate visualizations and insights from tabular data |
|
Healio Medical Assistant | AI-powered healthcare chatbot that provides medical information and preliminary diagnoses using advanced language models |
|
Recipe Adviser App | Personalized recipe recommendation system that suggests meals based on available ingredients, dietary restrictions, and user preferences |
|
Face Recognition Attendance | Automated attendance tracking system using facial recognition to identify and record student or employee presence |
|
Anomaly Detection in IoT | Real-time anomaly detection system for IoT data streams using advanced statistical methods and machine learning algorithms |
|
SummarizeMe | Advanced text summarization tool that condenses long documents while preserving key information using transformer-based models |
|
Stock Sentinel | Stock price prediction application that combines technical analysis with sentiment analysis from news and social media |
|
Neural Network from Scratch | Implementation of neural networks from first principles, demonstrating deep understanding of backpropagation and optimization algorithms |
|