Gray-gl
Sichuan University,Software Engineering,Postgraduate
Sichuan University China ,Sichuan Province , Chendu, Chengdu city
Gray-gl's Stars
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
d2l-ai/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
RUCAIBox/LLMSurvey
The official GitHub page for the survey paper "A Survey of Large Language Models".
PyQt5/PyQt
PyQt Examples(PyQt各种测试和例子) PyQt4 PyQt5
RUCAIBox/LLMBox
A comprehensive library for implementing LLMs, including a unified training pipeline and comprehensive model evaluation.
xionghc/Facial-Expression-Recognition
Facial-Expression-Recognition in TensorFlow. Detecting faces in video and recognize the expression(emotion).
DmitryRyumin/ICASSP-2023-24-Papers
ICASSP 2023-2024 Papers: A complete collection of influential and exciting research papers from the ICASSP 2023-24 conferences. Explore the latest advancements in acoustics, speech and signal processing. Code included. Star the repository to support the advancement of audio and signal processing!
PENGZhaoqing/HousePricing
HousePricing旨在提供房价的可视化预测,帮助用户更好的评估房产和预测未来的价格(dev)
wukai0909/Generating-WORD-Test-Papers-from-Excel-Question-Bank
题库(单选+多选+判断).xlsx 本题库中单选520题,多选256题,判断题363题。 现在需要从题库随机选择20题单选题,10题多选题,10题判断题,生成1份测试考试试卷(本程序实现生成10份试卷和答案卷)。 本程序采用Tkinter做GUI界面,选择对应的题库路径。 采用openpyxl模块读取Excel的.xlsx后缀文件并处理数据,用docx模块实现Word试卷的生成。 采用random模块生成随机数,用set做容器,以排除两次随机数生成相同。 最后采用pyinstaller模块对程序进行编译生成.exe文件。在CMD中输入:pyinstaller -Fw G:\TEST.py,生成TEST.exe文件
billzyx/awesome-dementia-detection
Paper list of dementia detection
Gray-gl/Application
天气预报app
Gray-gl/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
Gray-gl/DataPreprocessingTool
Some code to preprocess the data
Gray-gl/Leetcode
all the code of the leetcode that I did