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

Typing SVG


shymaa2611 shymaa2611 shymaa2611 shymaa2611 shymaa2611

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','Speech Processing', '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}

Languages and Tools:

django docker git graphql linux mongodb postgresql postman python selenium huggingface pytorch tensorflow

## Technologies I Love
  • ๐Ÿ’ป Python (Django,FastAPI,Pytorch,Tensorflow,transformers,Speech Processing,NLP)

  • ๐Ÿ—„๏ธ Relational and NoSQL Databases (PostgreSQL, MongoDB)

  • ๐Ÿš€ RESTful API Development and Graphql

  • ๐ŸŒ Server Deployment and Management (Docker,pythonanywhere)

  • โšก fact: ...

  • Programming is the art of turning imagination into reality

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