Skip to content
View Fradhyle's full-sized avatar

Block or report Fradhyle

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

Hi there 👋

  • 🔭 I’m currently working with MEGA Limited as freelance Korean translator since 2013
  • 🌱 I’m also a Python engineer
  • I'm interested in Python based web and Artificial Intelligence(includes Machine Learning, Deep Learning).
  • I have 3 month experience worked as Computer Vision Engineer.
  • 🤔 I’m looking for help with making Python based store management website using Django named IMX
  • 📫 How to reach me: Email me to address on my GitHub profile
  • 😄 Pronouns: He/him/his
  • ⚡ Fun facts
    • I'm a bachelor of Business Administration
    • I'm also IT support specialist and I have 4 years experience as part-timer.
    • I have experience with branding and service planning(a.k.a. PM or Product Manager)

Pinned Loading

  1. IMX IMX Public

    IMX (Integrated Management X) is Python based project to make the website that can handle schedule for academy and etc.

    Python

  2. Voo-ong Voo-ong Public

    인공지능을 활용한 개인화 영화 추천 시스템

    Jupyter Notebook

  3. Replace multiple substring using Pyt... Replace multiple substring using Python re library
    1
    # Make dictionary.
    2
    # Key is the original substring that you want to change.
    3
    # Value is the new substring that you want to enter.
    4
    replace_words: dict = {"Original substring": "New substring",}
    5
    
                  
  4. Find media differences in two direct... Find media differences in two directories
    1
    from pathlib import Path
    2
    from typing import Final
    3
    
                  
    4
    global SKIP_EXTS
    5
    SKIP_EXTS: Final[set[str]] = {".tmp", ".log", ".ini", ".zip", ".lrv", ".insv"}
  5. HTML5 Basic.html HTML5 Basic.html
    1
    <!DOCTYPE html>
    2
    <html lang="ko>
    3
    	<head>
    4
    		<meta charset="UTF-8">
    5
    		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. IMX-FastAPI IMX-FastAPI Public

    IMX project made with FastAPI

    Python