Skip to content
View samagra44's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Mumbai, India

Block or report samagra44

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
samagra44/README.md

πŸŽ“ I'am Computer Science major with a passion for AI and ML; proficient in Python, and web development.
πŸ“š Currently learning Deep Learning, NLP, Generative AI, Django, and LLMs.
πŸ”„ Believes in continuous learning to stay ahead in the fast-paced AI world.
πŸ’¬ Open to collaboration and discussions; contact at samagra44@gmail.com for AI/ML queries.

# Author: Samagra Shrivastava
# Motto: "Code. Learn. Iterate. Evolve."

class SamagraShrivastava:
    def __init__(self):
        self.name = "Samagra Shrivastava"
        self.role = "AI Engineer"
        self.email = "samagra44@gmail.com"
        self.focus = ["Deep Learning", "NLP", "Generative AI", "Django", "LLMs"]
        self.learning_mindset = True

    def introduce(self):
        print(f"Hi, I'm {self.name} β€” {self.role}")
        print("CS major passionate about AI, ML, and Intelligent Systems.")
        print(f"Reach me at: {self.email}")
        print("Motto: Continuous learning keeps the mind sharp and the code smarter.")

if __name__ == "__main__":
    me = SamagraShrivastava()
    me.introduce()

πŸ’» My Tech Stack

Languages Frameworks / Libraries AI / ML Databases
Python Django TensorFlow MySQL
Java FastAPI PyTorch SQLite
JavaScript Flask Keras MongoDB
HTML5 Bootstrap scikit-learn
Data Science LLM & RAG Frameworks DevOps & Tools Cloud / Hosting
Pandas LangChain Git Firebase
NumPy LangGraph GitHub Netlify
Matplotlib LangSmith GitHub Actions Render
Plotly LangServe Docker GitHub Pages
OpenCV Haystack Anaconda
mlflow Bitbucket

πŸ“Š GitHub Stats


Pinned Loading

  1. Carrer-Recomendation-AI-ChatBot Carrer-Recomendation-AI-ChatBot Public

    AI Carrer Chatbot made using Generative AI

    Jupyter Notebook 4

  2. Youtube-ChatBot Youtube-ChatBot Public

    Python application that allows you to ask questions about a YouTube video.

    Python 2

  3. Data-Analytics-Chatbot Data-Analytics-Chatbot Public

    This project aims to provide a user-friendly interface for analyzing CSV files using a chatbot.

    Python 2 1

  4. Virat-Kohli-Century-Analysis Virat-Kohli-Century-Analysis Public

    Virat Kohli Century Analysis

    Jupyter Notebook 3 1

  5. deepseek-r1-ai-agent deepseek-r1-ai-agent Public

    DeepSeek R1 AI Agent

    Python 1

  6. knowledgeBot knowledgeBot Public

    RAG based chatbot that empowers users to build a custom knowledge base

    Python