Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

README.md 842 B

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

Comments

Loading...