Git Product home page Git Product logo

Hi there šŸ‘‹

šŸ”­ Iā€™m currently working on building language models for Indian languages.

from typing import List

__author__ = "Eswar Divi"
__email__ = "[email protected]"
__description__ = (
    "šŸ Pythonista | šŸ”“ Open-source enthusiastic | šŸ¬ Deep Learning | šŸ’” Innovator"
)
__location__ = "šŸŒŽ Anytown, SomeWhere"
__github__ = "https://github.com/EswarDivi"


class Who:
    def __init__(self):
        self.author = __author__
        self.email = __email__
        self.description = __description__
        self.location = __location__
        self.github = __github__
        self.interests = [
            "šŸ“ˆ Data science",
            "šŸ¤– Machine learning",
            "šŸŽØ Creative coding",
            "šŸŽ® Game development",
        ]
        self.skills = [
            "šŸ Python",
            "ā˜• Java",
            "šŸ”„ Firebase",
            "šŸš€ Scala",
            "šŸ˜ PostgreSQL",
            "šŸƒ MongoDB",
        ]
    def get_interests(self) -> str:
        return " | ".join(self.interests)

    def get_skills(self) -> str:
        return " | ".join(self.skills)

    def __repr__(self):
        return f"<h1>{self.author}</h1><p>{self.description}</p><p>{self.location}</p><p>Interests: {self.get_interests()}</p><p>Skills: {self.get_skills()}</p><a href='{self.github}' target='_blank'>Check out my code on GitHub</a>"


Who()

Eswar Divi

šŸ Pythonista | šŸ”“ Open-source evangelist | šŸ¬ Deep Learning | šŸ’” Innovator

šŸŒŽ Anytown, SomeWhere

Interests: šŸ“ˆ Data science | šŸ¤– Machine learning | šŸŽØ Creative coding | šŸŽ® Game development

Skills: šŸ Python | ā˜• Java | šŸ”„ Firebase | šŸš€ Scala | šŸ˜ PostgreSQL | šŸƒ MongoDB

Check out my code on GitHub

Eswar Divi's Projects

sonar icon sonar

SONAR, a new multilingual and multimodal fixed-size sentence embedding space, with a full suite of speech and text encoders and decoders.

switch icon switch

Video Streaming and Audio Streaming using python Socket Programming

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.