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

Organizations

@axilivo

Block or report cybertiwari

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
cybertiwari/README.md

Hi, I'm Sunil Tiwari

Software Enginner at Sunarc Technologies

Twitter: cybertiwari GitHub cybertiwari

class AboutMe:
    def __init__(self):
        self.current_workplace = {
            "workplace": {
                "company": "Sunarc Technologies",
                "position": "Software Engineer"
            }
        }
        self.daily_knowledge = [
            "React",
            "Laravel",
            "AWS",
            "Python",
            "MachineLearning"
        ]
        self.future_goal = "Convert idea into startup."

    def get_current_workplace(self):
        return self.current_workplace

    def get_daily_knowledge(self):
        return self.daily_knowledge

    def get_future_goal(self):
        return self.future_goal

Pinned Loading

  1. axixatechnologies/ai-voice-appointment-bot axixatechnologies/ai-voice-appointment-bot Public

    An AI-powered voice bot to schedule appointments through phone calls, built with Flask, Twilio, and Gemini AI.

    Python 7