Welcome to the Shapelets Training Environment! This repository provides everything you need to get started quickly in a fully configured development environment.
The Shapelets Training Environment is a preconfigured, controlled setup designed to streamline development and experimentation. It leverages Visual Studio Code with Dev Containers, ensuring all necessary files, libraries, and tools are ready to use without additional configuration.
-
Clone the Repository
Check out this repository to your local machine. -
Open in Visual Studio Code
Launch the project in Visual Studio Code. -
Reopen in Dev Container
Follow the prompt in Visual Studio Code to reopen the project within a Dev Container. This step will:- Automatically install required dependencies.
- Recommend installing essential Python extensions.
Note: Due to the integration of LLM and GenAI functionalities, the environment has several external dependencies. Ensure your system meets the necessary prerequisites for running Dev Containers.
Some examples included in the environment require an OPENAI_API_KEY
. Once inside the Dev Container, refer to the additional README instructions provided to complete the setup.
Enjoy exploring and developing within the Shapelets Training Environment!