Cuby Capture API is a specialized component of the Cuby ecosystem that handles the capture and processing of Rubik's Cube states. This API is designed to work seamlessly with both the main Cuby application and the web interface, providing robust cube state capture functionality.
- Cuby Client - Main desktop application
- Cuby Mobile App - Mobile version
- Cuby Recognition API - Color detection API
- Cuby Solve API - Cube solving algorithm API
- Cuby Capture Website - Web interface
- 📷 Real-time cube state capture
- 🔄 Seamless integration with main app
- 🌐 RESTful API endpoints
- 🛡️ Error handling and validation
- 📊 State processing and analysis
- 🔒 Secure data transmission
- Python 3.10+
- pip
- Camera access (for capture functionality)
- Clone the repository:
git clone https://github.com/Cuby-Project/Cuby-capture-API.git- Install dependencies:
pip install -r requirements.txt- Run the application:
python run.pyContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Enhanced capture accuracy
- Additional cube type support
- Improved error handling
- Performance optimizations
- Extended API endpoints
This project is licensed under the MIT License - see the LICENSE file for details.
quentinformatique