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
-
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
-
us_gasoline_diesel_prices_1995_2021
us_gasoline_diesel_prices_1995_2021 PublicMulti-page data visualization website exploring U.S. gasoline and diesel retail price trends (1995–2021) using Python, Tableau, and D3.js..
HTML
-
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.
