Coder Social home page Coder Social logo

bytesc's Projects

django_management_system_template icon django_management_system_template

✨ 基于 Django 和 Mysql 的信息管理系统模板 ✨。后台管理系统,OA ,表单系统,管理员系统,数据库管理系统模板,数据库访问模板。前端后端不分离,Web 应用增删改查数据库。详细注释,高度封装,易复用。

go-crud-template icon go-crud-template

✨基于 Go, gorm, gin 和 MySQL 和 vue3, axios 的简单信息管理系统模板✨📌含完整前后端,项目在线demo:信息管理系统模板,后台管理系统模板,数据库管理系统模板。实现令牌签验,非对称加密,通过 Web 应用完成对数据库的增删改查(CRUD),文件流的上传和下载。📌前后端分离,详细注释,高度封装,易复用。

go-grpc-crud-template icon go-grpc-crud-template

✨基于 golang, grpc, gin 和 redis, MySQL, etcd 和 vue3 的简单分布式信息管理系统✨📌含完整前后端,微服务:分布式信息管理系统模板,后台管理系统模板,数据库管理系统模板。实现 grpc 微服务远程过程调用,redis 缓存,etcd 服务发现,负载均衡。令牌签验,非对称加密。通过 Web 应用完成对数据库的增删改查(CRUD),文件流的上传和下载。📌前后端分离

image-recognition-system icon image-recognition-system

✨基于 3D 卷积神经网络(CNN)的阿尔兹海默智能诊断 Web 应用 Alzheimer's Intelligent Diagnosis Web Application based on 3D Convolutional Neural Network and the ADNI Dataset ✨ 🚩(with README in English) 📌含在线demo:医学影像识别系统,图像识别可视化界面,OCR,快速部署深度学习模型为网页应用,Web预测系统,决策支持系统(DSS),图像识别前端网页,图像识别Demo展示-Pywebio。AI人工智能图像识别-Pytorch;nii医学影像处理;ADNI数据集。100%纯Python代码,轻量化,易复现

image_classify_webgui_cifar10 icon image_classify_webgui_cifar10

✨基于卷积神经网络(CNN)和CIFAR10数据集的图像智能分类 Web 应用 Intelligent Image Classification Web Applcation based on Convolutional Neural Networks and the CIFAR10 Dataset✨🚩 (with README in English) 📌含在线demo:图像分类可视化界面,快速部署深度学习模型为网页应用,Web预测系统,决策支持系统(DSS),图像分类前端网页,图像分类Demo展示-Pywebio。AI人工智能图像分类-Pytorch。CIFAR10数据集,小模型。100%纯Python代码,轻量化,易复现

image_recognition_webgui icon image_recognition_webgui

✨基于 3D 卷积神经网络(CNN)的阿尔兹海默智能诊断 Web 应用 Alzheimer's Intelligent Diagnosis Web Application based on 3D Convolutional Neural Network and the ADNI Dataset ✨ (with README in English) 🚩:图像识别可视化界面,快速部署深度学习模型为网页应用,Web预测系统,决策支持系统(DSS),图像识别前端网页,图像识别Demo展示-Pywebio。AI人工智能图像识别-Pytorch;nii医学影像处理;ADNI数据集。100%纯Python代码,轻量化,易复现

llama icon llama

Inference code for LLaMA models

minidbms icon minidbms

✨基于 Vue3 和 SpringBoot2 的微型数据库管理系统 (miniDBMS) 📌数据库原理课程设计 ✨采用 vue3 + springboot2 前后端分离的架构设计并开发了一个 DBMS 系统,设计了表的构造及其存储模式,能够对用户输入的 SQL 语句进行编译处理,实现了数据库的DQL数据查询、DDL数据定义、DML数据操作等功能,并且用户能够在 WEB 前端通过图形界面和 SQL 语句两种方式,便捷地操作数据库。

simple-curve-system icon simple-curve-system

✨ 基于 JavaSwing 的简单动态曲线系统 ✨:在图形界面 (GUI) 上动态绘制几种自左至右移动的简单曲线,同时动态显示对应坐标值。运用多线程,泛型同步技术,实现曲线动态同步绘制,曲线绘制与对应坐标数值的同步显示。曲线绘制的用户自主切换,启停,重置。

simple-erp-system icon simple-erp-system

✨基于 Python, FastAPI, sqlite3 的简单 ERP 系统✨📌含在线demo:企业资源计划系统(Enterprise Resource Planning System),电商金融系统,实现 MPS(Master Production Schedule) 的计算,按时间分段计划企业应生产的最终产品的数量和交货期;资产负债表公式查询。轻量化,易复现。

simple-opengl-3d-tool icon simple-opengl-3d-tool

✨基于 C++(MSVC) 和 OpenGL 的正交投影和透视投影的实现✨ 3维视角,透视,投影。定义三维透视观察可视体,交互控制照相机的位置,透视观察四面体📌包含可执行文件,环境配置指南。

simple-openl-graphic-tool icon simple-openl-graphic-tool

✨基于 C++(MSVC) 和 OpenGL 的简单画图工具✨ 通过橡皮筋技术动态绘制图形;Liang-Barsky 算法批量裁剪直线、折线;绘制多条 Bezier 曲线保持多条曲线之间的 G1 连续性;B 样条绘制;椭圆的中点 Bresenham 算法绘制椭圆。 📌包含可执行文件,环境配置指南。

solar-system-dynamic-map icon solar-system-dynamic-map

✨基于 C++(MSVC) 和 OpenGL 的太阳系(太阳,地球,月球)系统运动图绘制✨ 3维视角,坐标变换,旋转,动态刷新,光照,透视,投影。计算机图形学📌包含可执行文件,环境配置指南。

springboot-crud-templete icon springboot-crud-templete

✨ 基于 Java SpringBoot3, Mysql, Redis 的信息管理系统:实现信息的增删改查,文件的对象存储,权限管理,令牌的签验。

vue-crud-template icon vue-crud-template

✨基于和 vue3, axios 和 Go, gorm, gin 和 MySQL 的简单信息管理系统模板✨📌含完整前后端,项目在线demo:信息管理系统模板,后台管理系统模板,数据库管理系统模板。实现令牌签验,非对称加密,通过 Web 应用完成对数据库的增删改查(CRUD),文件流的上传和下载。📌前后端分离,详细注释,高度封装,易复用。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.