Skip to content
View 610yilingliu's full-sized avatar
Block or Report

Block or report 610yilingliu

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

Hello World! 👋 I am Yiling

  • Bachelor of Applied Math, Xiamene University; Master of Information Technology, the University of Western Australia
  • Game player -> Game designer -> Programmer. Game is fun -> Designing game for players to play is fun -> Coding makes me like a God to create what I want!
  • she/her
  • Chinese/English
  • ByteDance E-commerce Data Scientist(Hangzhou 2021.8.20-2023.4.11) -> Findex Data Scientist(Perth 2023.4.24-)

Script (Windows) for UWA students to merge audio file and video file downloaded from Lecture Recording System(needs ffmpeg):

@set  /p aname=Enter Audio File Name: 
@set  /p vname=Enter Video File Name: 
@set  /p outname=Enter Compounded File Name: 
ffmpeg -i %aname% -i %vname% -vcodec copy -acodec copy %outname%
pause

Pinned

  1. bike_analysis bike_analysis Public

    2021数字中国创新大赛 早高峰共享单车潮汐点的群智优化第二名

    HTML 8 5

  2. download_ao3_v2 download_ao3_v2 Public

    ao3下载器第二版.全部重构了下,原项目是自己一年前写的代码,越看越嫌弃

    Python 13

  3. FakeDonaldTrump FakeDonaldTrump Public

    Fake Trump's faces generated by GAN, study only

    Python 7 2

  4. face_recognition face_recognition Public

    A face recognition project for recognize a few valid people from strangers, based on dlib and tensorflow

    Python 1

  5. 2020weibo_vote_analysis 2020weibo_vote_analysis Public

    2020微博年度热点人物投票分析(其实是想看投票有多水)

    Jupyter Notebook 1

  6. ds_tutorial ds_tutorial Public

    Tutorial about data science applications

    Jupyter Notebook