Skip to content
View amalsp220's full-sized avatar

Block or report amalsp220

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
amalsp220/README.md
Typing SVG

Profile Views GitHub Followers GitHub Stars


About Me

class AIEngineer:
    def __init__(self):
        self.name = "Amal S P"
        self.role = "AI/ML Engineer & Data Scientist"
        self.location = "πŸ“ Kerala, India"
        self.education = "B.Tech in Computer Science"
        self.focus = ["Deep Learning", "NLP", "Computer Vision", "MLOps"]
        self.current_work = "Building Production-Ready ML Solutions"
        
    def say_hi(self):
        print("Thanks for dropping by! Let's innovate together!")

me = AIEngineer()
me.say_hi()

Tech Stack

πŸ€– AI/ML & Deep Learning

Python TensorFlow PyTorch Scikit Learn Keras Hugging Face

πŸ’Ύ Data Science & Analytics

Pandas NumPy Jupyter Matplotlib

☁️ Cloud & MLOps

AWS Docker Git Linux

πŸ—„οΈ Databases

MongoDB MySQL PostgreSQL


πŸ“Š GitHub Analytics

GitHub Streak


πŸš€ Featured Projects

🎯 Project πŸ“ Description πŸ’» Tech Stack
Deepfake Detection High-accuracy deepfake image detection system Python, TensorFlow, CNN
NLP Sentiment Analyzer Real-time sentiment analysis for social media PyTorch, Transformers, BERT
ML Pipeline Automation End-to-end MLOps pipeline with CI/CD Docker, Kubernetes, AWS
Computer Vision API Production-ready object detection API FastAPI, YOLOv8, Redis

πŸ’Ό Open for Opportunities

🎯 Actively Seeking

πŸ”Ή AI/ML Engineering roles at top MNC companies
πŸ“ Location: Kerala, India (Open to relocation)
πŸŽ“ Specialization: Machine Learning, Deep Learning, MLOps
✨ Interests: Generative AI, LLMs, Computer Vision, NLP

LinkedIn Email Portfolio


πŸ“ˆ Contribution Graph

Amal's github activity graph


πŸš€ Featured Project

Live Demo: https://huggingface.co/spaces/amalsp/MedBRAIN-AI

A production-ready AI-powered medical assistant chatbot that provides accurate, real-time medical information.

🎯 Key Features:

  • πŸ€– Powered by Groq's LLaMA 3.1 8B Instant model
  • ⚑ Ultra-fast response times (< 3 seconds)
  • 🎨 Clean, professional Gradio interface
  • πŸ”’ Secure API key management
  • πŸ’― 100% free deployment on Hugging Face Spaces
  • βš•οΈ Educational medical information with safety disclaimers

πŸ› οΈ Tech Stack: Python | Gradio | Groq API | Hugging Face Spaces | Git

View Project GitHub Repo


πŸ† GitHub Trophies

trophy


πŸ’­ Random Dev Quote


πŸ‘¨β€πŸ’» Made with ❀️ by Amal S P

Β© 2025 | AI/ML Engineer & Data Scientist | Kerala, India

"Turning data into intelligence, one model at a time"

Pinned Loading

  1. ai-tool-recommender-chatbot ai-tool-recommender-chatbot Public

    πŸ€– Intelligent AI Tool Recommendation Chatbot using RAG, Semantic Search & Open-Source LLMs | 16,763 AI Tools | Production-Ready | Streamlit Interface

    Python

  2. deepfake-image-detector deepfake-image-detector Public

    A fast and simple deepfake image detection app using ViT-based models with Streamlit UI. Detects manipulated images locally with GPU acceleration.

    Python

  3. fake-news-detector fake-news-detector Public

    End-to-end machine learning system for automatic fake news detection using transformer models (BERT), baseline ML classifiers, and interpretability tools (SHAP/LIME). Includes dataset preprocessing…

    Python

  4. image-classification-cnn image-classification-cnn Public

    Deep Learning image classification using CNN, ResNet, and transfer learning. Achieves 94%+ accuracy on CIFAR-10. Features data augmentation and model deployment.

    Python

  5. sentiment-analysis-nlp sentiment-analysis-nlp Public

    NLP sentiment analysis using BERT, transformers, and deep learning. Twitter/product review classification with 92%+ accuracy. Features text preprocessing and model fine-tuning.

    Python

  6. time-series-forecasting time-series-forecasting Public

    Time series forecasting using ARIMA, LSTM, and Prophet for sales prediction. Features seasonal decomposition, trend analysis, and 89%+ accuracy on real-world retail data.

    Python