Skip to content
View Farzinkh's full-sized avatar
🪄
Learning
🪄
Learning
Block or Report

Block or report Farzinkh

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

HEY visitor 👋

I am a electrical engineering student who is interested in AI and Machine Learning on edge as well as Data Science and Embedded Systems. Also in every new technology that is making our lives easier!

  • 🔭 I’m currently working on AI on edge and signal processing
  • 🌱 I’m currently learning about security hardwares and algorithms
  • 👯 I’m looking to collaborate on a tech project integrating IoT and Machine Learning for medical purpose
  • ⚡ Fun question: Do you think machine learning would be that revolutionary if stereotypes didn't exist? 🤔

My projects

  • Partial Discharge: Maintain codes and logs for my partial discharge localization journal article.
  • Low Noise Amplifier: Designing an ultra low-noise amplifier by python.
  • Passive Filter Project: Schematic maker for LC, RC & RLC electronic passive filters based on ordered characteristics.
  • WIFI component: For ESP microcontrollers to have a proper connection and update module frameworks wirelessly (OTA) in the most secure way.
  • Socket tool: Python script to send and receive massive encoded files through the network with more than 80 Mbps upload and download speed.
  • Wireless monitoring: Real time monitoring of sensor status through UDP connection.
  • Image collector: Sampling images is a task that can sometimes be done by simply placing the camera somewhere while it is capturing with the adjusted setting.
  • AI on Edge: Deploying face detection model on ESP32 dual core microcontroller and run benchmark.
  • Data mining: Some data mining projects.
  • Lightning Localization: Designing Deep Neural Networks to predict Lightning Location.



Pinned

  1. Partial_Discharge Partial_Discharge Public

    This repository maintain codes and logs for "Partial Discharge Localization in Power Transformer Tanks Using Machine Learning Methods" article.

    Jupyter Notebook 12 2

  2. AI_EDGE AI_EDGE Public

    Deploy deep neural network models on esp32 SOC.

    C++ 6

  3. FilterProject FilterProject Public

    Schematic maker for LC, RC & RLC electronic filters

    Python 1

  4. LNA LNA Public

    Designing an ultra low-noise amplifier by python.

    Jupyter Notebook 2

  5. sockettool sockettool Public

    share any data in any size and any format through ip and port technology on same network

    Jupyter Notebook 1

  6. Struct example for query on books an... Struct example for query on books and readers in C
    1
    #include <stdio.h>
    2
    #include <stdlib.h>
    3
    
                  
    4
    typedef struct Book {
    5
        char *name;