India's first digital platform for creating, studying, and preserving traditional Kolam art through AI and mathematics.
Aruvi brings the ancient South Indian art of Kolam into the digital age. Our platform combines cultural preservation with modern technology, making traditional Kolam patterns accessible to everyone.
- KolamGPT: AI-powered pattern generation and cultural insights
- KolamGenerator: Create custom designs with mathematical precision
- KolamExtract: Digitize and analyze traditional patterns
- SVG Export: High-quality vector output for all designs
- REST API: Seamless integration with other applications
- Python 3.8+
- pip
# Clone the repository
git clone https://github.com/yourusername/aruvikolam.git
cd aruvikolam
# Set up environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt# Start the FastAPI server
uvicorn app:app --reloadVisit http://localhost:8000 in your browser to access the application.
For detailed API documentation and usage examples, please visit our Documentation.
We welcome contributions! Please read our Contributing Guidelines to get started.
This project is licensed under the MIT License - see the LICENSE file for details.
