Metadata-Version: 2.4
Name: cmi_sensor_kaggle
Version: 0.1.3
Summary: Utility package for the CMI sensor data Kaggle competition
Home-page: https://github.com/LiterallyTheOne/cmi_sensor_kaggle
Author: LiterallyTheOne
Author-email: Ramin.Zarebidoky@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: kagglehub
Requires-Dist: tqdm
Requires-Dist: numpy
Requires-Dist: polars
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: pytorch-ignite
Requires-Dist: tensorboard
Requires-Dist: hydra-core
Requires-Dist: omegaconf
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# CMI Sensor Kaggle

My approach to participate in [CMI - Detect Behavior with Sensor Data](https://www.kaggle.com/competitions/cmi-detect-behavior-with-sensor-data).

## Installation note

Install `pybullet` using conda.

```bash
conda install -c conda-forge pybullet
```
