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
- Host: GitHub
- URL: https://github.com/fracapuano/quickml
- Owner: fracapuano
- License: gpl-3.0
- Created: 2024-10-26T22:43:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T10:07:58.000Z (over 1 year ago)
- Last Synced: 2025-05-07T05:41:13.522Z (about 1 year ago)
- Topics: computer-vision, coreml, nas
- Language: TypeScript
- Homepage: https://flywhl.dev/
- Size: 46.9 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 🌟 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 ❤️