Skip to content
View prerana2005's full-sized avatar

Highlights

  • Pro

Block or report prerana2005

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

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

Report abuse
prerana2005/README.md

Typing SVG


👨‍💻 About Me

class ComputerScienceStudent:
    def __init__(self):
        self.name = "Prerana M P"
        self.university = "PES University"
        self.year = "3rd Year"
        self.major = "Computer Science"
        self.location = "Bengaluru, India"
        self.currently_learning = ["Generative AI", "Machine Learning", "Data Science"]
    
    def say_hi(self):
        print("Thanks for dropping by! Let's build something amazing together 🚀")

me = ComputerScienceStudent()
me.say_hi()

📊 GitHub Stats



✍️ Random Dev Quote


📫 Connect With Me

LinkedIn Email

Footer

⭐️ From prerana2005

Pinned Loading

  1. Code_Review_Analytics Code_Review_Analytics Public

    Analyze GitHub code reviews using KPIs and AI suggestions to improve review quality, consistency, and learning.

    Python

  2. Credit_Card_Fraud_Detection Credit_Card_Fraud_Detection Public

    This project implements a credit card fraud detection system using a logistic regression machine learning model. The model achieves a remarkable 93% test validation accuracy, demonstrating its effe…

    Jupyter Notebook

  3. FlutterBot FlutterBot Public

    A cross-platform voice assistant and chatbot application built using Flutter. It integrates OpenAI’s ChatGPT for conversational responses, DALL·E for AI image generation, and includes speech-to-tex…

  4. Namma-Pulse-AI Namma-Pulse-AI Public

    Jupyter Notebook

  5. Omnidocs Omnidocs Public

    Forked from adithya-s-k/Omnidocs

    OmniDocs📄 - One stop deep document processing framework

    Python

  6. Realtime-collaborative-code-editor Realtime-collaborative-code-editor Public

    JavaScript