Skip to content
View TechyCSR's full-sized avatar
🎯
Coding...
🎯
Coding...

Highlights

  • Pro

Organizations

@github-club-lpu

Block or report TechyCSR

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
TechyCSR/readme.md

Typing SVG


πŸ‘‹ About Me

I code a little bit to make you a little more happy. AI/ML is what I live through. Part of @github-club-lpu.

  • 🌱 I’m currently learning Advanced Machine Learning Techniques
  • πŸ‘― I’m looking to collaborate on Open Source AI Projects
  • πŸ’¬ Ask me about Python, Machine Learning, and Web Development
  • πŸ“« How to reach me: LinkedIn | Twitter | Telegram

πŸ› οΈ My Tech Stack

HTML5 CSS3 JavaScript Python Git Docker Linux


πŸ“Š GitHub Insights

GitHub Stats Streak Stats Top Languages Profile Details

πŸ”₯ Contribution Graph

GitHub Activity Graph


πŸš€ Projects

Here are some of the notable projects I've worked on:

  • AdvAITelegramBot: A Telegram Advanced AI ChatBot integrating GPT-4, DALL-E, and other advanced AI technologies. :contentReference[oaicite:0]{index=0}

  • Real-Time-Emotion-Detection: A web-based application that uses deep learning and computer vision to detect facial emotions in real-time from a webcam feed.

  • Text-Based-Emotion-Detector: An easy-to-use tool for analyzing emotions in text, uncovering the underlying emotional tone of any textual input.

  • GUIPersonalAIAssistant: Your personal AI assistant using the Edge Libraries, designed to assist with various tasks. :contentReference[oaicite:1]{index=1}

For more projects, visit my GitHub repositories.


πŸŽ“ Education

  • Bachelor of Computer Science & Engineering (2023 - 2027)

    • Lovely Professional University, India's Largest Private University
    • Trained under best professors in Python, C++, Java & Web Development :contentReference[oaicite:2]{index=2}
  • Senior Secondary Education (XII) (2021 - 2023)

    • Delhi Public School (V.Kunj)
    • Successfully cleared XII Boards
  • Secondary Education (X) (2013 - 2017)

    • RDPS School Bilara (Jod.)
    • Scored more than 94%, was class topper as well as school ranker :contentReference[oaicite:3]{index=3}

🌐 Connect with Me

LinkedIn Twitter Telegram Website


πŸ“Š Visitor's Count

TechyCSR :: Visitor's Count


Made with ❀ by TechyCSR

Pinned Loading

  1. AdvAITelegramBot AdvAITelegramBot Public

    Telegram Advanced AI ChatBot: GPT-4o and Gpt-4o-mini, Dall-E Model, OCR and Google Voice2Text.

    Python 4 1

  2. Real-Time-Emotion-Detection Real-Time-Emotion-Detection Public

    This project is a web-based application that uses deep learning and computer vision to detect facial emotions in real time from a webcam feed. The app is powered by a pre-trained Convolutional Neur…

    Python

  3. Text-Based-Emotion-Detector Text-Based-Emotion-Detector Public

    The Text-Based-Emotion-Detector Web App is an easy-to-use tool for analyzing emotions in text. Whether it's an article, a comment, or any other textual input, the app uncovers the underlying emotio…

    HTML 2 2

  4. GUIPersonalAIAssistant GUIPersonalAIAssistant Public

    Your Personal AI Assistant using the Edge Libraries.

    Python 5 2

  5. Github Models Simple Snnipet (gpt-4o) Github Models Simple Snnipet (gpt-4o)
    1
    import os
    2
    from openai import OpenAI
    3
    
                  
    4
    token = "" #Get it from https://github.com/settings/tokens
    5
    endpoint = "https://models.inference.ai.azure.com"
  6. CipherSchoolAssigments CipherSchoolAssigments Public

    Assignments Submission Repo by @TechyCSR :)

    C++