Skip to content
View anmolg1997's full-sized avatar
🏠
Coding....
🏠
Coding....

Block or report anmolg1997

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
anmolg1997/README.md

✨ Welcome to Anmol's Data Science Realm ✨

LinkedIn Badge Email Badge

Your GitHub Stats


πŸ‘¨β€πŸ’» Who is Anmol Jaiswal?

Hello there! I'm Anmol Jaiswal, a Senior AI/ML Engineer with a passion for transforming raw data into impactful, data-driven solutions. With extensive experience in machine learning, NLP, LLMs (Large Language Models), Generative AI (GenAI), and MLOps, I've built scalable pipelines and deployed advanced AI systems across various domains. My goal is to not only harness the power of data but also to make it actionable, ensuring businesses thrive with smart, automated solutions.

πŸ”§ My Tech Toolkit

  • Programming Languages:

    • Python 🐍 (primary), R πŸ“ˆ, SQL πŸ’Ύ
  • AI & Data Science Frameworks:

    • Transformers, Scikit-Learn, TensorFlow, PyTorch, Hugging Face, Spark NLP
  • Large Language Models (LLMs) & Generative AI:

    • GPT-4, RAG (Retrieval-Augmented Generation), BERT, RoBERTa, T5, Stable Diffusion
  • MLOps:

    • Model Deployment, CI/CD Pipelines, Monitoring & Retraining, Docker, Kubernetes, MLflow, Airflow
  • Big Data & Distributed Computing:

    • PySpark, Spark, Databricks, MLflow πŸ“Š
  • Data Visualization:

    • Plotly, Seaborn, Matplotlib, Tableau, Power BI
  • Cloud & DevOps:

    • AWS, Google Cloud, Azure, Docker 🐳, Kubernetes ☸️
  • Version Control & Collaboration:

    • Git, Jupyter Notebooks, Streamlit

With expertise in LLMs, GenAI, and MLOps, I specialize in creating end-to-end scalable AI/ML solutions that encompass model development, deployment, monitoring, and retraining. By leveraging GPU acceleration and quantized models, I ensure robust, scalable, and efficient real-time data processing and insights that drive real business value.

πŸ’‘ Featured Projects

  • Spark-cum-Multi-node-GPU SentimentAnalyzer: This project implements a scalable and efficient sentiment analysis framework using PySpark, Spark NLP, and Hugging Face Transformers. It is designed to process large-scale textual data in a distributed environment, leveraging GPU acceleration, quantized models, and mixed precision techniques for faster and more accurate sentiment analysis. This framework is ideal for handling extensive datasets in real-time and producing detailed sentiment scores at both the sentence and document levels.
     from sentiment_analyzer import SentimentAnalyzer
     
     sentiment_analyzer = SentimentAnalyzer(spark)
     result_df = sentiment_analyzer.trigger_SentimentInference(df, text_column="text", sentParse=True)
     
     # Show results
     result_df.show(truncate=False)
  • NLP Sentiment Analysis on Twitter Data: Implemented LSTM networks with TensorFlow to analyze sentiments, with an 88% sentiment classification accuracy.
  • Dynamic Dashboard for COVID-19 Data Visualization: Created an interactive dashboard using Power BI to track and visualize the pandemic's impact globally.

🌐 Let's Connect

I’m always open to discussing new projects, innovative ideas, or opportunities to collaborate on emerging technologies in data science. Reach out through the links above!

πŸš€ Quick Stats

GitHub Streak Top Languages

πŸ“œ Disclaimer

The projects and code hosted in my repositories serve as a showcase of my skills and are primarily intended for educational and demonstrative purposes. They do not carry any license from formal institutions unless explicitly stated.

For further information or inquiries, feel free to contact at [email protected]

πŸ’Ό Crafting Data Stories | πŸš€ Fueling Insights | 🌟 Shaping the Future

Anmol Jaiswal
Senior Data Scientist | GenAI Developer | Machine Learning Engineer | Data Strategist

Pinned Loading

  1. Deep-Learning-Projects Deep-Learning-Projects Public

    Jupyter Notebook

  2. Spark_cum_GPU_sentiment_analyzer Spark_cum_GPU_sentiment_analyzer Public

    Jupyter Notebook

  3. Sentiment-Based-Product-Recommendation-System Sentiment-Based-Product-Recommendation-System Public

    Jupyter Notebook

  4. Lead-Scoring Lead-Scoring Public

    Build a logistic regression model to assign a lead score between 0 and 100 to each of the leads which can be used by the company to target potential leads.

    Jupyter Notebook 1