Welcome to the official repository for the tinyML Hackathon Documentation! This repository serves as a comprehensive guide for participants, providing all the resources, examples, and instructions needed to succeed in the hackathon.
This documentation is designed to:
- Help participants understand the hackathon structure and expectations.
- Provide practical examples and tutorials for tinyML projects.
- Offer resources and support to ensure a smooth and productive experience.
- Navigate through the folders and files to access the specific information you need.
- Refer to the example projects for inspiration and guidance.
- Utilize the training guides and resources to build and document your project.
We welcome contributions to improve this documentation. If you’d like to add or edit content, feel free to submit a pull request or open an issue.
Before you begin, ensure you have the following installed on your system:
-
Node.js: Download and install Node.js (LTS version recommended).
-
pnpm: A fast, disk space-efficient package manager. Install it globally if you don’t already have it:
npm install -g pnpm
### Step 1: Clone the Repository
Clone the repository to your local machine and navigate into the project directory:
```bash
git clone https://github.com/yourusername/tinyml-hackathon-docs.git
cd tinyml-hackathon-docs
Install the required dependencies using pnpm:
pnpm i
Run the following command to start the local development server:
pnpm dev
By default, the documentation page will be accessible at:
http://localhost:3000
Open this URL in your browser to view the documentation page.
- Website: Visit tinyMLHack for more details about the hackathon.
- Support: Reach out to the organizers if you have any questions or need assistance.
Let’s make this hackathon a success together! Happy hacking! 🚀