An open API service indexing awesome lists of open source software.

https://github.com/fracapuano/quickml

Winning submission to the Cambridge Flywheel Hackathon, 2024
https://github.com/fracapuano/quickml

computer-vision coreml nas

Last synced: 9 months ago
JSON representation

Winning submission to the Cambridge Flywheel Hackathon, 2024

Awesome Lists containing this project

README

          

# QuickML 🚀🧠 - Cambridge University Flywheel Hackathon Winning Submission

## Bringing real world Machine Learning in labs

QuickML is a platform to streamline the way machine learning models are developed and deployed for edge devices in labs. Our mission is to democratize AI, making it accessible and efficient for scientists and developers of all skill levels.

![QuickML Demo](https://path-to-your-demo-gif-or-image.gif)

## 🌟 Key Features
**Neural Architecture Search (NAS)**: Automatically find efficient model architectures using reinforcement learning.
**Hardware-Aware Optimization**: Tailor models for specific edge devices, considering hardware constraints.
**Simple Interface**: Design and train models without deep ML expertise.
**Performance Metrics**: Track accuracy, speed, and resource usage during model development.
**Easy Deployment**: Deploy models to edge devices with minimal steps.
**Experiment Tracking**: Log and compare results across different model versions and devices.

## 🚀 Getting Started

1. Clone the repository:
```
git clone https://github.com/your-username/quickml.git
```

2. Install dependencies:
```
cd quickml
npm install
```

3. Run the development server:
```
npm run dev
```

4. Open [http://localhost:3000](http://localhost:3000) in your browser to see the magic happen!

## 🛠 Tech Stack

- **Frontend**: Next.js, React, TypeScript
- **UI Components**: Radix UI, Tailwind CSS
- **State Management**: React Context API
- **API Integration**: RESTful APIs with fetch
- **Deployment**: Vercel (frontend), Docker (backend)

---

Made with ❤️