https://github.com/shapelets/training
Shapelets Training Environment
https://github.com/shapelets/training
Last synced: 1 day ago
JSON representation
Shapelets Training Environment
- Host: GitHub
- URL: https://github.com/shapelets/training
- Owner: shapelets
- License: mit
- Created: 2024-11-25T15:29:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T10:34:20.000Z (about 1 year ago)
- Last Synced: 2025-06-07T14:42:08.445Z (8 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shapelets Training Environment
Welcome to the Shapelets Training Environment! This repository provides everything you need to get started quickly in a fully configured development environment.
## Overview
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.
## Getting Started
1. **Clone the Repository**
Check out this repository to your local machine.
2. **Open in Visual Studio Code**
Launch the project in Visual Studio Code.
3. **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.
## Examples and API Key Requirement
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!