Skip to content
View EswarDivi's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing
Block or Report

Block or report EswarDivi

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
EswarDivi/README.md

Hi there ๐Ÿ‘‹

๐Ÿ”ญ Iโ€™m currently working on building language models for Indian languages.

from typing import List

__author__ = "Eswar Divi"
__email__ = "eswar.divi.902@gmail.com"
__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

Popular repositories

  1. NarrateIt NarrateIt Public

    https://narrateit.streamlit.app/

    Python 30 13

  2. DocuConverse DocuConverse Public

    ๐Ÿค–๐Ÿ’ฌ๐Ÿ’กChat with any document using conversational AI! Our project allows you to easily ask questions and get answers from any document. Built with Langchain.

    Python 13 17

  3. llm_training_handbook llm_training_handbook Public

    Forked from huggingface/llm_training_handbook

    An open collection of methodologies to help with successful training of large language models.

    Python 2

  4. ML-For-Beginners ML-For-Beginners Public

    Forked from microsoft/ML-For-Beginners

    12 weeks, 25 lessons, 50 quizzes, classic Machine Learning for all

    Jupyter Notebook 1 1

  5. Switch Switch Public

    Video Streaming and Audio Streaming using python Socket Programming

    Python 1 2

  6. SONAR SONAR Public

    Forked from facebookresearch/SONAR

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

    Python 1