Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suneettipirneni/suneettipirneni

Github Profile README.md
https://github.com/suneettipirneni/suneettipirneni

Last synced: about 1 month ago
JSON representation

Github Profile README.md

Awesome Lists containing this project

README

        

### Greetings! My name is Suneet Tipirneni!

```hs
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:
- [Discord](https://discordapp.com/users/386337006764032002)
- Email: [email protected]

### Checkout my blog

https://suneettipirneni.stream/blog