Skip to content
View Shymaa2611's full-sized avatar

Block or report Shymaa2611

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
Shymaa2611/README.md

πŸ‘‹ Welcome to My GitHub!

πŸ’» AI Engineer | 🌍 Speech Processing & NLP | πŸš€ Python & ML, Django & FastAPI Developer


Typing SVG

from fastapi import FastAPI
from pydantic import BaseModel

app = FastAPI()

class Introduction(BaseModel):
    name: str = 'Shymaa Medhat'
    job_title: str = 'AI Engineer'
    knowledge: list = ['Python','Django','FastAPI','Pytorch', 'TensorFlow', 'Transformers', 'PostgreSQL', 'MongoDB']

@app.post("/introduce_yourself")
async def introduce_yourself(request: Introduction):
    name = request.name
    job_title = request.job_title
    knowledge = ', '.join(request.knowledge)

    introduction = f"Hello, my name is {name}. I am a {job_title} and I have Knowledge in {knowledge}."

    return {'introduction': introduction}

About Me

Passionate AI Engineer with a deep interest in Speech Processing, NLP, and developing real-world applications. From REST APIs to model training, I strive to blend cutting-edge technology with practical, scalable solutions.


Languages and Tools:

Programming Languages Python, C++ , C , Dart , JavaScript
Frameworks Django, FastAPI, PyTorch, TensorFlow
Databases PostgreSQL, MongoDB
Tools & Technologies Docker, Git, GraphQL, Postman

Technologies I Love

  • 🐍 Python: Django, FastAPI, PyTorch, TensorFlow, Transformers, Speech Processing, NLP
  • πŸ—„οΈ Databases: PostgreSQL, MongoDB
  • 🌐 API Development: RESTful APIs, GraphQL
  • πŸ“¦ Deployment: Docker, PythonAnywhere

Facts

  • πŸ’‘ "Programming is the art of turning imagination into reality."
  • 🌱 Always learning and evolving in the world of AI and NLP.
  • πŸš€ On a mission to make machines understand human language!

Pinned Loading

  1. Smart-Dictionary Smart-Dictionary Public

    Python

  2. SpeechSummarization_API SpeechSummarization_API Public

    Python

  3. QuestionGeneration QuestionGeneration Public

    Jupyter Notebook

  4. cChat cChat Public

    Jupyter Notebook

  5. S2S_API_FastAPI S2S_API_FastAPI Public

    Python

  6. Kids_Education_App Kids_Education_App Public

    JavaScript