Skip to content
View ZahraAlipour703's full-sized avatar

Block or report ZahraAlipour703

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

Zahra Alipour

About me

package main

import (
	"fmt"
)

type Bio map[string]string

func main() {
	for k, v := range GetBio() {
		fmt.Printf("%+v: %+v\n", k, v)
	}
}

func GetBio() Bio {
	return Bio{
		"- ⚑ Quick bio:":                    "A kind of tech-savvy, AI-obsessed, data-driven, machine-learning-maven, algorithm aficionado, amateur musician, traveler, food lover, gamer, coder, programmer, cat lover, and sports enthusiast hybrid.",
		"- πŸ”­ I’m currently working on":      "AstraBionics as a Part-Time AI engineer",
		"- 🌱 I’m currently learning":        "PyTorch, TensorFlow, OpenCV, SQL, Docker, Keras, Computer Vision subjects like : Object Detection, Object Tracking, Segmentaion and its relevant models : YOLO, SSD, ...",
		"- πŸ‘― I’m looking to collaborate on": "AI in mediacl application and related projects",
		"- πŸ€” I’m looking for help with":     "Anything related to what I am currently learning πŸ˜…",
		"- πŸ’¬ Ask me about":                  "Python, SQL, AI, Machine learning, Deep Learning, Computer Vision",
		"- πŸ“« How to reach me:":              "https://zahraalipour703.github.io/index.html",
	}
}

You can reach me at πŸ‘½

Angel Santiago Jaime Zavala's DEV Profile Angel Santiago Jaime Zavala's LinkedIn Profile Email Icon Your GitHub Profile Angel Santiago Jaime Zavala's GitLab Profile Angel Santiago Jaime Zavala's Medium Profile

Popular repositories Loading

  1. ML_Projects ML_Projects Public

    Here are several machine learning projects.

    Jupyter Notebook 2

  2. Image-Processing Image-Processing Public

    MATLAB 1

  3. ZahraAlipour703.github.io ZahraAlipour703.github.io Public

    CSS

  4. ZahraAlipour703 ZahraAlipour703 Public

    Config files for my GitHub profile.

  5. ZahraAlipour.github.io ZahraAlipour.github.io Public

    Forked from drkostas/drkostas.github.io

    VScode Portfolio

    JavaScript

  6. computer-vision computer-vision Public