class Developer:
def __init__(self):
self.name = "Vijay Sai Chigullapally"
self.role = ["Data Engineer", "Machine Learning Engineer"]
self.education = "MS in Computer Science @ University of North Texas"
self.gpa = 4.0
self.interests = [
"Machine Learning & Deep Learning",
"Data Engineering & Big Data",
"Scalable AI Systems"
]
def get_achievements(self):
return {
"ml_performance": "15% accuracy improvement using CNNs & Transformers",
"latency_optimization": "30% inference latency reduction via pruning & quantization",
"data_scale": "Built ETL pipelines processing 500GB+ unstructured data",
"streaming": "Handled 1M+ events/day using Kafka-based pipelines"
}
Highlights
- Pro
Pinned Loading
-
2026_F1_Spec_RAG_Agent
2026_F1_Spec_RAG_Agent PublicA specialized RAG-powered AI agent for querying the 2026 FIA Formula 1 Technical Regulations with precise Article Number citations and a dual CLI/Streamlit interface.
Python
-
mdzh10/FinBot-AI-Powered-Chatbot-For-Personal-Finance-Management
mdzh10/FinBot-AI-Powered-Chatbot-For-Personal-Finance-Management Public -
plant-disease-detection-classification-crop-recommendation
plant-disease-detection-classification-crop-recommendation PublicPlant Disease Detection, Classification & Crop Recommendation web app using CNN (PlantVillage) + ML (NPK/Weather) for data‑driven farming decisions.
Python
-
Biomedical_Image_Classifier
Biomedical_Image_Classifier PublicBiomedical image classification using deep learning, comparing a baseline CNN with a fine-tuned ResNet50 model for pneumonia detection, including trained model weights and reproducible notebooks.
Jupyter Notebook
-
polyglot-neural-architecture
polyglot-neural-architecture PublicA multimodal deep learning project that integrates SQL, MongoDB, Graph, and Vector databases to predict user engagement with movies using PyTorch
Python
-
Forecasting-Your-Caloric-Expenditure
Forecasting-Your-Caloric-Expenditure PublicCalories Burnt Prediction using XGBoost regression. Estimates individual caloric expenditure from exercise and user attributes (gender, age, height, weight, duration, heart rate, body temperature).…
Python
If the problem persists, check the GitHub status page or contact support.
