Skip to content
View suneettipirneni's full-sized avatar
💻
💻

Highlights

  • Pro

Organizations

@KnightHacks @discordjs @twilight-rs @cs-discord-at-ucf @Imageus-OSS
Block or Report

Block or report suneettipirneni

Report abuse

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

Report abuse
suneettipirneni/README.md

Greetings! My name is Suneet Tipirneni!

class Intro a where
  introduce :: a -> String

data Student = Student { name :: String, age :: Int, major :: String }

instance Intro Student where
  introduce a = "I'm " ++ name a ++ " and I'm " ++ show (age a) ++ " years old, and I am majoring in " ++ major a

me = Student "Suneet" 24 "Computer Vision"

main = do print $ introduce me

I'm Suneet and I'm 24 years old, and I am majoring in Computer Vision

Here's a little about me:

  • 🔭 I’m currently working on any random thing that comes to mind.
  • 👨‍💻 I'm interested in
    • AI/ML
    • Functional programming
    • Rust
    • Haskell
    • Javascript/Typescript
  • 🌱 I’m currently learning
    • Diffusion Models
    • Transformers

You can reach me via:

Checkout my blog

https://suneettipirneni.stream/blog

Pinned Loading

  1. site site Public

    My website + blog, built with Next.js, TailwindCSS, and MDX

    TypeScript 7

  2. discordjs/discord.js discordjs/discord.js Public

    A powerful JavaScript library for interacting with the Discord API

    TypeScript 25.1k 3.9k

  3. twilight-rs/twilight twilight-rs/twilight Public

    Powerful, flexible, and scalable ecosystem of Rust libraries for the Discord API.

    Rust 643 129

  4. pill-identification pill-identification Public

    Project for medical image computing for increasing pill identification accuracy via vision transformers

    Python 3

  5. Imageus-OSS/client Imageus-OSS/client Public

    Web Client for ImageUs image sharing

    TypeScript

  6. CAP6412-Group-4/mdm-2-ddgan-report CAP6412-Group-4/mdm-2-ddgan-report Public

    Report on improving efficiency of MDM model using a DDGAN

    TeX