Skip to content
View Transcendental-Programmer's full-sized avatar

Block or report Transcendental-Programmer

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

Priyansh Saxena

Typing SVG

LinkedIn GitHub Email

Profile Views GitHub followers

Quick Overview

class PriyanshSaxena:
    def __init__(self):
        self.name = "Priyansh Saxena"
        self.education = "IIITM Gwalior (B.Tech/M.Tech in Data Science)"
        self.interests = ["Machine Learning", "LLMs", "Cloud Architecture", "MLOps"]
        self.currently_learning = ["Advanced MLOps", "AWS", "NGINX"]
        self.looking_for = "Collaborative Data Science Projects"
        self.contact = "priyena.career@gmail.com"
        self.open_source_contributions = ["krkn-chaos (by Red Hat)"]
    
    def say_hi(self):
        print("Thanks for visiting my profile! Let's connect and build something amazing together!")

me = PriyanshSaxena()
me.say_hi()

GitHub Stats

Top Languages

Technical Skills

Languages

Python C++ Java HTML5 CSS3

Data Science & ML

TensorFlow PyTorch Scikit-Learn Pandas NumPy LangChain

Web Development

Django Flask Tailwind Bootstrap

Cloud & DevOps

Docker Kubernetes AWS Azure NGINX

Databases

MySQL PostgreSQL MongoDB

Tools & Technologies

Git Linux Jupyter VSCode Postman

Project Portfolio

Project Name Description Technologies
LLM Integrated Excel Plotter Intelligent Excel data analyzer that uses natural language processing to generate visualizations and insights from tabular data TensorFlow LangChain Flask
Anomaly Detection in IoT Real-time anomaly detection system for IoT data streams using advanced statistical methods and machine learning algorithms PySpark MySQL Docker
SummarizeMe Advanced text summarization tool that condenses long documents while preserving key information using transformer-based models TensorFlow Transformers FastAPI
Stock Sentinel Stock price prediction application that combines technical analysis with sentiment analysis from news and social media TensorFlow LSTM Streamlit
Neural Network from Scratch Implementation of neural networks from first principles, demonstrating deep understanding of backpropagation and optimization algorithms NumPy Matplotlib Jupyter

Connect with me on other platforms

Kaggle CodeChef LeetCode Medium

🚀 Let's build something amazing together!

I'm always open to collaborating on innovative projects and ideas. Feel free to reach out if you'd like to work together or just chat about tech!

Contact Me

Thanks for visiting!

Popular repositories Loading

  1. FinFedRAG-Financial-Federated-RAG FinFedRAG-Financial-Federated-RAG Public

    FinFedRAG: A privacy-preserving framework that combines federated learning and RAG to generate synthetic financial data. It enables secure collaborative model training across institutions while mai…

    Python 4

  2. Transcendental-Programmer Transcendental-Programmer Public

    Config files for my GitHub profile.

    1

  3. Neural_Network_from_scratch Neural_Network_from_scratch Public

    This is a project that involves the implementation of Neural Network using only Numpy and Math Modules from the Python Libraries.

    Jupyter Notebook 1

  4. Stock-Sentinal Stock-Sentinal Public

    This project, Stock Sentinel, is a machine learning-based web tool using LSTM for financial analysis and prediction. Users can explore future price estimates for companies and indices, examine mode…

    Jupyter Notebook 1

  5. SummarizeMe SummarizeMe Public

    SummarizeMe is a Streamlit-based web application designed for text summarization using advanced natural language processing techniques. It allows users to summarize text inputs or URLs using Sumy, …

    Jupyter Notebook 1

  6. face-recognition-attendance-app face-recognition-attendance-app Public

    This is a robust web application to automate attendance management by recognising faces using computer vision done using knn and opencv. It perform two functions : capturing attendance and listing …

    HTML 1