tommyzihao/train_custom_dataset

标注自己的数据集,训练、评估、测试、部署自己的人工智能算法

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 10 minutes ago
Added to GitGenius on September 16th, 2026
Created on July 23rd, 2022
Open Issues & Pull Requests: 26 (+0)
GitHub issues: Enabled
Number of forks: 763
Total Stargazers: 4,108 (+0)
Total Subscribers: 17 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 279.8 days
90th percentile: 559.7 days
Tracked items: 2

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 767 days
Stale 30+ days: 3
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

train_custom_dataset is a machine learning workflow tool that guides users through annotating datasets, training models, and deploying custom AI algorithms.

The tool addresses the end-to-end challenge of building production AI systems by providing a structured pipeline for the complete machine learning lifecycle. It handles dataset annotation, model training, evaluation, testing, and deployment in an integrated workflow. The approach works by organizing these stages sequentially, allowing practitioners to move from raw data through to a deployed algorithm without switching between disparate tools.

This tool suits teams and individuals who need to work with custom datasets and want a unified environment for the entire development cycle. It is particularly valuable for those building domain-specific AI solutions where off-the-shelf models are insufficient. The project is most appropriate for users comfortable working in Jupyter Notebook environments, as that is the primary implementation language.

The project shows active development with regular commits and ongoing refinement of the workflow pipeline. The codebase demonstrates iterative improvements to the training and evaluation components. Documentation and examples are maintained to support users working through the annotation and deployment stages.