class Developer:
def __init__(self):
self.name = "Ryan Madhuwala"
self.alias = "RAW"
self.upskilling = ["AI", "NLP", "ML", "DL"]
self.qualities = ["Leadership", "Friendly", "Quick Learner", "Tech Enthusiast"]
self.language_spoken = ("en_IN", "hi_IN", "gu_IN")
def say_hi(self):
print("Thanks for dropping by! Hope my code boosts your interest levels! π")
me = Developer()
me.say_hi()
-
IIIT GWALIOR
- India
-
20:20
(UTC +05:30) - rawx18.netlify.app
- in/ryanmadhuwala
- @RAWx18_dev
- rawx18.dev
-
Joined
Dec 23, 2024
Popular repositories Loading
-
Minor-Models
Minor-Models PublicI worked on several projects, including Naive Bayes models, logistic regression models, vector space models, word translation, part of speech tagging, word embedding models, RNN, and LSTM models etβ¦
Jupyter Notebook 1
-
Auto-Correct-System
Auto-Correct-System PublicDeveloped a system that corrects spelling errors in text, enhancing typing efficiency and accuracy. [Project is ready will be upload soon]
Jupyter Notebook 1
-
Auto-Complete-System
Auto-Complete-System PublicCreated a system that predicts and suggests the next word or phrase, improving text entry speed. {Project Ready will be uploaded soon}
Jupyter Notebook 1
-
Named-Entity-Recognition-NER-
Named-Entity-Recognition-NER- PublicBuilt a model to identify and classify entities like names, dates, and locations within a text. {Project Ready will be uploaded soon}
Jupyter Notebook 1
-
Question-Duplicates-System
Question-Duplicates-System PublicImplemented a system to detect duplicate questions in a dataset, useful for forums and Q&A platforms. {Project Ready will be uploaded soon}
Jupyter Notebook 1
If the problem persists, check the GitHub status page or contact support.