본문 바로가기

Python409

[빵형의 개발도상국] 파이썬으로 바탕화면 게임 만들기 ■ Source code(Github): https://github.com/kairess/animated-w...​ ■ Dependency: - Python 3 - PyQt5 - screeninfo ■ Chapters: 00:00​ Intro 01:10​ 코드 설명 02:12​ HP 바 설정 02:51​ 벌레잡는 소리 효과 03:12​ 마우스 이벤트 04:20​ 메인 함수 06:26​ 실행 방법 07:17​ Outro 2021. 3. 3.
[빵형의 개발도상국] 파이썬으로 바탕화면에 투명 위젯 띄우기 ■ 바탕화면에 어몽어스를 키우는 방법: - PyQt 사용해서 투명한 위젯을 띄우고 gif를 재생 - Source code(Github): https://github.com/kairess/animated-w...​ ■ Dependency: - Python 3 - PyQt5 ■ Chapters: 00:00​ Intro 00:40​ 가장 쉽게 배우는 머신러닝 01:16​ 사용 방법 04:04​ 코드 설명 10:47​ 개발 히스토리 잡담 14:20​ 한계 및 구독자 도움 요청 2021. 3. 1.
[빵형의개발도상국] 음악 장르 인공지능과 음악 추천 알고리즘 만들기 ○ Source code(Colab): https://colab.research.google.com/dri...​ ○ Dependency: - Python 3 - librosa - matplotlib - seaborn - xgboost - scikit-learn ○ Chapters: 00:00​ Intro 00:45​ GTZAN 데이터셋 소개 01:26​ 데이터셋 다운로드 02:35​ 오디오 파일의 이해 08:30​ 오디오 특징 추출 16:33​ 오디오 파일을 분해하면서 느낀점 17:41​ 음악 장르 분류 인공지능 22:45​ 음악 추천 알고리즘 27:55​ Outro ○ Dataset: GTZAN: https://www.kaggle.com/andradaolteanu...​ ○ Reference: htt.. 2021. 2. 12.
[J-sec] Building A Simple Blog (CRUD) App with Streamlit and Python ■ Streamlit 을 사용하여 블로그 만들기 - Main Features Home: simple preview or list of all postsView Posts: where we will display full articles to readAdd Post: where we create our postSearch: where we can search articles by title or author fieldsManage Blog: where we will delete and check for our analytics - Back-end DB Management normal SQL and sqlite3 ■ Written Tutorial and Code: https://blog.jcharistech.. 2020. 8. 18.