[go: nahoru, domu]

Skip to content
View EswarDivi's full-sized avatar
🎯
Focusing
🎯
Focusing

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|"
)
__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",
        ]
    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><a href='{self.github}' target='_blank'>Check out my code on GitHub</a>"


Who()

Eswar Divi

🐍 Pythonista | πŸ”“ Open-source evangelist | 🐬 Deep Learning

🌎 Anytown, SomeWhere

Interests: πŸ“ˆ Data science | πŸ€– Machine learning

Check out my code on GitHub

Popular repositories Loading

  1. NarrateIt NarrateIt Public

    https://narrateit.streamlit.app/

    Python 32 14

  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 18

  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