All Projects → UETAILab → uetai

UETAILab / uetai

Licence: MIT license
Custom ML tracking experiment and debugging tools.

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to uetai

lightning-hydra-template
PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚡🔥⚡
Stars: ✭ 1,905 (+11105.88%)
Mutual labels:  experiment-tracking, pytorch-lightning
r-resources-for-data-science
A biggest collection of free books and other resources for R programming
Stars: ✭ 24 (+41.18%)
Mutual labels:  data-analysis
akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 5,155 (+30223.53%)
Mutual labels:  data-analysis
facerec-bias-bfw
Source code and notebooks to reproduce experiments and benchmarks on Bias Faces in the Wild (BFW).
Stars: ✭ 40 (+135.29%)
Mutual labels:  data-analysis
osm-data-classification
Migrated to: https://gitlab.com/Oslandia/osm-data-classification
Stars: ✭ 23 (+35.29%)
Mutual labels:  data-analysis
open-digger
Open source analysis tools
Stars: ✭ 193 (+1035.29%)
Mutual labels:  data-analysis
LeTourDataSet
Every cyclist and stage of the Tour de France in two CSV files.
Stars: ✭ 61 (+258.82%)
Mutual labels:  data-analysis
taller SparkR
Taller SparkR para las Jornadas de Usuarios de R
Stars: ✭ 12 (-29.41%)
Mutual labels:  data-analysis
Neural-HMM
Neural HMMs are all you need (for high-quality attention-free TTS)
Stars: ✭ 69 (+305.88%)
Mutual labels:  pytorch-lightning
covidviz
Professional visualizations of COVID-19, emulating NYT, The Guardian, Washington Post, The Economist & others, using only Python & Altair.
Stars: ✭ 24 (+41.18%)
Mutual labels:  data-analysis
tieba-zhuaqu
百度贴吧分布式爬虫,用于贴吧数据挖掘。从贴吧维度和用户维度进行数据分析
Stars: ✭ 56 (+229.41%)
Mutual labels:  data-analysis
dflib
In-memory Java DataFrame library
Stars: ✭ 50 (+194.12%)
Mutual labels:  data-analysis
fastface
Light Face Detection using PyTorch Lightning
Stars: ✭ 71 (+317.65%)
Mutual labels:  pytorch-lightning
FDBeye
R tools for eyetracker workflows.
Stars: ✭ 101 (+494.12%)
Mutual labels:  data-analysis
golearn
🔥 Golang basics and actual-combat (including: crawler, distributed-systems, data-analysis, redis, etcd, raft, crontab-task)
Stars: ✭ 36 (+111.76%)
Mutual labels:  data-analysis
metrics
📈 What to measure, how to measure it.
Stars: ✭ 14 (-17.65%)
Mutual labels:  data-analysis
crazy-awesome-crypto
A list of awesome crypto and blockchain projects
Stars: ✭ 35 (+105.88%)
Mutual labels:  data-analysis
datatile
A library for managing, validating, summarizing, and visualizing data.
Stars: ✭ 419 (+2364.71%)
Mutual labels:  data-analysis
stats
📈 Useful notes and personal collections on statistics.
Stars: ✭ 16 (-5.88%)
Mutual labels:  data-analysis
ggshakeR
An analysis and visualization R package that works with publicly available soccer data
Stars: ✭ 69 (+305.88%)
Mutual labels:  data-analysis

logo

Machine Learning tracking experiment and debugging tools.


Branch Build Coverage Linting Release License
main cov-test linting release pyversion license

UETAI is a customize PyTorch logger which will able to help users track machine learning experiment, and esily debug raw datasets and trained models.

UETAI provided tools for helping user tracking their experiment, visualizing the dataset, results, and debuging the model (and the raw dataset also) with little effort by integrated the tools into the dashboards which users are using for logging.

In this beta version, we will only focus on integrated Comet ML, which is amazing dashboard with well-writen API and customable panel

Getting started

Firstly, you must sign up for an account from one of these supported MLTE (Machine Learning tracking experiment) tools, each dashboard will give you a unique API key to log in dashboard from any terminal or code:

Dashboard Status
Comet ML
Weights & Biases
MLFlow

Install uetai

You install uetai with pip by running:

pip install uetai

Or install from source repository:

git clone [email protected]:UETAILab/uetai.git; cd uetai
pip install -e .

Basic usage

Importing and initialize your supported dashboard logger (for example: Comet ML) and start logging your experiment:

from src import CometLogger

logger = CometLogger(project_name="Uetai project")

# training process
logger.log({"loss": loss, "acc": acc})

Examples

Coming soon...

The team

UETAI is a non-profit project hosted by AI Laboratory of University of Engineering and Technology.

UETAI is currently maintained by manhdung20112000 with the support from BS. Phi Nguyen Van - gungui98 as an advisor.

License

UETAI has a MIT license, as found in the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].