Metadata-Version: 2.1
Name: make-us-rich
Version: 0.1.1
Summary: Cryptocurrency forecasting 📈 training and serving models made automatic
Author: Thomas Chaigneau
Author-email: t.chaigneau.tc@gmail.com
Requires-Python: >=3.8,<3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: GitPython (>=3.1.26,<4.0.0)
Requires-Dist: docker (>=5.0.3,<6.0.0)
Requires-Dist: ipython (>=7.10,<8.0)
Requires-Dist: isort (>=5.0,<6.0)
Requires-Dist: jupyter (>=1.0,<2.0)
Requires-Dist: jupyter-client (>=5.1)
Requires-Dist: jupyterlab (>=3.0,<4.0)
Requires-Dist: kedro-viz (==3.16.0)
Requires-Dist: kedro[pandas.CSVDataSet] (==0.17.6)
Requires-Dist: minio (==7.1.2)
Requires-Dist: onnx (==1.10.2)
Requires-Dist: onnxruntime (==v1.10.0)
Requires-Dist: pandas (>=1.4.0,<2.0.0)
Requires-Dist: prefect (==0.15.13)
Requires-Dist: python-binance (==v0.7.10)
Requires-Dist: python-dotenv (>=0.19.2,<0.20.0)
Requires-Dist: pytorch-lightning (==1.5.9)
Requires-Dist: scikit-learn (==1.0.2)
Requires-Dist: torch (==1.10.2)
Requires-Dist: typer[all] (>=0.4.0,<0.5.0)
Requires-Dist: wandb (==0.12.9)
Description-Content-Type: text/markdown

# Make Us Rich
Deep Learning applied to cryptocurrency forecasting. This project is a tool to help people to train, serve and use 
cryptocurrencies forecasting models. This project was build by @ChainYo to help people building their own MLOps 
projects.

For more details on how to use this project, please refer to [documentation](https://chainyo.github.io/make-us-rich/).
(🚧 Still in development)

You can inspect the training pipeline with the `Kedro Viz` tool, available [here](https://makeusrich-viz.chainyo.tech)

Here is the simplified project architecture:

![Project Architecture](./docs/img/project_architecture.png)

---

## Installation

```bash
pip install make-us-rich
```

## Support

If you encounter any problems using this project, please open an issue [here](https://github.com/ChainYo/make-us-rich/issues).

If you find this project usefull, please consider supporting by sharing the repo and giving a ⭐! 

