#!/usr/bin/python
# -*- coding: utf-8 -*-
class MasterStudent:
def __init__(self):
self.name = "Teja Nagubandi"
self.role_interested = "AI Engineer"
self.language_spoken = ["te", "hin", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
def reach_me_put(self):
print("Drop me a mail at tejanagubandi00@gmail.com")
def current_interest(self):
print("๐ฌ Current Research: Scalable Distributed Training with Augmented Losses")
print("๐ Active Projects:")
print(" - BuildingBlocks: A lightweight library for linear algebra and statistical computations using PyTorch and Nbdev.")
print(" Documentation: https://github.com/teja00/BuildingBlocks")
print(" - Go Backend Project: Building an efficient, scalable backend service with Go.")
me = MasterStudent()
me.say_hi()
me.reach_me_out()
me.current_interest()
๐ฏ
Focusing
Highlights
- Pro
Pinned Loading
-
CTIG-Diffusion
CTIG-Diffusion PublicThis implementation is based on the paper titled "Conditional Text Image Generation with Diffusion Models," which can be found at arXiv:2306.10804v1.
Python 7
-
BuildingBlocks
BuildingBlocks PublicCreating Simple Implementation using Pytorch to work on Linear Algebra, Statistics using Nbdev
HTML
-
curio
curio PublicForked from urban-toolkit/curio
Curio: A Dataflow-Based Framework for Collaborative Urban Visual Analytics
TypeScript
-
DyGLib_TemproalSmoothing
DyGLib_TemproalSmoothing PublicForked from yule-BUAA/DyGLib
A Library for Dynamic Graph Learning (NeurIPS 2023)
Python
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.