Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
8b2f2c1943
feat: add dvc-s3
1 month ago
253537d32b
feat: stop gh actions
4 days ago
19d03c7493
cron: Train test split [skip ci]
3 weeks ago
8913a20e80
fix: fix preprocessing data
4 weeks ago
55af0ceff9
feat: add models to mlflow model repo
4 weeks ago
2acab89dc7
feat: add conversion to tflite
1 week ago
src
2acab89dc7
feat: add conversion to tflite
1 week ago
ebe35a3ec9
feat: stop tracking data\processed\combined
1 month ago
2acab89dc7
feat: add conversion to tflite
1 week ago
eebe9c69ec
feat: update dockerfile
2 months ago
77cbe5aab9
fix: fix path in README
2 months ago
8292a5d2c9
feat: add docker-compose
1 month ago
958bc4557f
cron: Preprocess combined data [skip ci]
3 weeks ago
f724d429fb
fix: fix invalid data path
1 month ago
cd6bd60872
fix: fix poetry.lock error
3 weeks ago
e19df18237
feat: add prediction saving to db
3 weeks ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

IIS-Lahovnik

Installation guide

To use this code environment you must first have Poetry installed. Please refer to the installation guide here.

When you have Poetry installed, you can begin using this package. To begin we first need to install all necessary dependencies. To do that, we can use the command:

poetry install

However, there are a few limitations with the Poetry package manager, as it does not fully function with keras and tensorflow, so those must be installed separately using the following commands:

poetry shell
pip install tensorflow==2.15.0
pip install keras==2.15.0

After that all our packages and libraries are installed and ready to go! :rocket:

To run scripts you can use the following command:

poetry run .\src\data\fetch_data.py
Tip!

Press p or to see the previous file or, n or to see the next file

About

No description

Collaborators 1

Comments

Loading...