Skip to content
View vijaysai1102's full-sized avatar

Highlights

  • Pro

Block or report vijaysai1102

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vijaysai1102/README.md

👨‍💻 Vijay Sai Chigullapally

Typing SVG

LinkedIn Email GitHub


🚀 About Me

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"
        }

🛠️ Tech Arsenal

Python SQL PyTorch TensorFlow Machine Learning Deep Learning Apache Spark Apache Kafka FastAPI PostgreSQL Snowflake Docker AWS GCP Git


Building intelligent systems that scale — from data pipelines to production ML

Pinned Loading

  1. 2026_F1_Spec_RAG_Agent 2026_F1_Spec_RAG_Agent Public

    A 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

  2. mdzh10/FinBot-AI-Powered-Chatbot-For-Personal-Finance-Management mdzh10/FinBot-AI-Powered-Chatbot-For-Personal-Finance-Management Public

    Dart 2 1

  3. plant-disease-detection-classification-crop-recommendation plant-disease-detection-classification-crop-recommendation Public

    Plant Disease Detection, Classification & Crop Recommendation web app using CNN (PlantVillage) + ML (NPK/Weather) for data‑driven farming decisions.

    Python

  4. Biomedical_Image_Classifier Biomedical_Image_Classifier Public

    Biomedical 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

  5. polyglot-neural-architecture polyglot-neural-architecture Public

    A multimodal deep learning project that integrates SQL, MongoDB, Graph, and Vector databases to predict user engagement with movies using PyTorch

    Python

  6. Forecasting-Your-Caloric-Expenditure Forecasting-Your-Caloric-Expenditure Public

    Calories Burnt Prediction using XGBoost regression. Estimates individual caloric expenditure from exercise and user attributes (gender, age, height, weight, duration, heart rate, body temperature).…

    Python