One command to generate a production-ready AI/ML backend โ LLM, RAG, Voice, Vision, Emotion, Agents, ML Training, Computer Vision, Edge AI & more
Project description
๐ค One Click AI Spark ๐
One Click AI Spark is a powerful CLI tool that generates production-ready AI backend projects in seconds โ powered by FastAPI, with built-in LLM integration, RAG pipelines, voice, vision, emotion detection, AI agents, ML training (PyTorch, TensorFlow, scikit-learn, XGBoost, LightGBM), computer vision (YOLO, SAM2, OCR, face detection, image generation), edge AI (ONNX, TensorRT, quantization), LLM fine-tuning (LoRA/QLoRA), AI guardrails (PII, content filter, prompt injection), conversational analytics (Text-to-SQL), Docker, CI/CD, IaC, and full observability.
๐ ๏ธ Technology Stack
โญ Star us on GitHub โ your support motivates us a lot! ๐๐
โก Stop copy-pasting boilerplate. Start building what matters. โก
๐ The Story Behind One Click AI Spark
Every time a new AI project starts, I see the same cycle โ developers lose days reinventing the same infrastructure:
- Provider Headaches: Writing LLM client wrappers for OpenAI, Anthropic, Google, Groq โ over and over.
- RAG Nightmares: Stitching together document ingestion, chunking, embedding, vector stores, and retrieval from scratch.
- Multimodal Chaos: Integrating STT, TTS, vision, and emotion detection with no standard structure.
- Infrastructure Fatigue: Manually setting up Dockerfiles, CI/CD pipelines, Terraform configs, Prometheus dashboards โ before writing a single line of AI logic.
- Confidence Gap: After hours of wiring, nobody is 100% sure the architecture is production-ready.
One Click AI was born to eliminate this. It generates a battle-tested, modular AI backend in seconds โ with every integration wired up, every best practice baked in, and every deployment tool ready to go. No more boilerplate, no more forgotten configs โ just one command to start building real AI applications.
๐ What You Get with ocd-ai
When you run ocd-ai init, you don't just get a folder โ you get a complete AI production environment:
- ๐ง Multi-Provider LLM: Pre-configured clients for OpenAI, Anthropic, Google, Groq, Grok, Cohere, Mistral, and Ollama โ swap providers with a config change.
- ๐ RAG Pipeline: Full document ingestion โ smart chunking โ embedding โ vector retrieval โ LLM generation pipeline, ready to go.
- ๐ค Voice & Audio: Whisper/Deepgram STT + OpenAI/ElevenLabs TTS + real-time voice-to-voice conversation.
- ๐๏ธ Vision & Emotion: Image/video analysis (GPT-4o, Claude, Gemini) + emotion detection (Hume AI + LLM fallback).
- ๐ค AI Agents: ReAct-style agents with built-in tool use and web search (Tavily, Serper, DuckDuckGo).
- ๐ง Memory: Short-term (in-context) + long-term (persistent) conversation memory with session management.
- โก Streaming: SSE + WebSocket streaming for real-time responses.
- ๐ณ Docker Ready: Multi-stage Dockerfiles + docker-compose for dev and production with Nginx reverse proxy.
- โ๏ธ CI/CD (GitHub Actions): Pre-configured workflows for testing, linting, and automated deployment.
- ๐๏ธ Infrastructure as Code: Terraform templates for AWS + Ansible playbooks for server configuration.
- ๐ Monitoring & Observability: Prometheus metrics + Grafana dashboards + alerting rules โ all pre-configured.
- ๐ Vector Store Flexibility: Choose from FAISS, Pinecone, Qdrant, Weaviate, ChromaDB, Milvus, or pgvector.
- ๐ Standard .gitignore & .env: Pre-configured environment files with secrets management best practices.
- ๐ GitHub Integration: Auto-initializes a git repo and pushes to a new GitHub repository in one go.
- ๐ฌ ML Training Pipelines: PyTorch, TensorFlow, scikit-learn, XGBoost, LightGBM โ with trainers, predictors, feature engineering, model registry, and experiment tracking (MLflow/W&B).
- ๐ผ๏ธ Computer Vision: YOLO (object detection), SAM2 (segmentation), EasyOCR/Tesseract (OCR), face detection/recognition, Stable Diffusion (image generation).
- โก Edge AI Deployment: ONNX Runtime, TensorRT conversion, INT8 quantization, model optimization, benchmarking.
- ๐ง LLM Fine-Tuning: LoRA/QLoRA fine-tuning with PEFT + Transformers, merge & export for deployment.
- ๐ก๏ธ AI Guardrails: Content safety (Detoxify), PII detection/anonymization (Presidio), prompt injection defense, audit logging.
- ๐ Conversational Analytics: Natural language โ SQL (Text-to-SQL), auto-chart generation (Plotly), report builder.
- ๐ Ollama Local Deployment: Self-hosted LLM inference via Ollama in docker-compose.
- ๐ One-Command Deploy: Deploy to AWS ECS, Google Cloud Run, Azure Container Apps, DigitalOcean, Railway, Fly.io, Render, or any VPS โ with
ocd-ai deploy.
โจ Feature Matrix
| Feature | Description |
|---|---|
| ๐ง LLM Chat | Multi-provider support (OpenAI, Anthropic, Google, Groq, Grok, Cohere, Mistral, Ollama) |
| ๐ RAG Pipeline | Document ingestion โ chunking โ embedding โ retrieval โ generation |
| ๐ค Voice (STT/TTS) | Speech-to-Text (Whisper, Deepgram) + Text-to-Speech (OpenAI, ElevenLabs) |
| ๐ฃ๏ธ Voice-to-Voice | Real-time audio conversation pipeline |
| ๐๏ธ Vision | Image & video analysis with GPT-4o, Claude, Gemini |
| ๐ Emotion Detection | Audio/text emotion analysis (Hume AI + LLM fallback) |
| ๐ Web Search | Internet search (Tavily, Serper, DuckDuckGo) with LLM summarization |
| ๐ค AI Agents | ReAct-style agents with tool use |
| ๐ง Memory | Short-term + long-term conversation memory |
| โก Streaming | SSE + WebSocket streaming responses |
| ๐ Sessions | Persistent session management (Redis-backed) |
| ๐ Vector Stores | FAISS, Pinecone, Qdrant, Weaviate, ChromaDB, Milvus, pgvector |
| ๐ณ Docker | Production + dev Dockerfiles, docker-compose, Nginx |
| ๐ CI/CD | GitHub Actions (test, lint, deploy) |
| ๐๏ธ IaC | Terraform (AWS) + Ansible server configuration |
| ๐ Monitoring | Prometheus + Grafana + alerts |
| ๐ฌ ML Training | PyTorch, TensorFlow, scikit-learn, XGBoost, LightGBM pipelines |
| ๐ผ๏ธ Computer Vision | YOLO detection, SAM2 segmentation, OCR, face detection, image generation |
| โก Edge AI | ONNX Runtime, TensorRT, INT8 quantization, model benchmarking |
| ๐ง Fine-Tuning | LoRA/QLoRA fine-tuning with PEFT + Transformers |
| ๐งช MLOps | MLflow + Weights & Biases experiment tracking |
| ๐ก๏ธ Guardrails | Content filter (Detoxify), PII detection (Presidio), prompt injection defense |
| ๐ Analytics | Text-to-SQL, auto-chart generation (Plotly), report builder |
| ๐ Ollama | Local LLM deployment via docker-compose |
| ๐ฏ GPU Support | CUDA-accelerated training, mixed precision (FP16/BF16) |
| ๐ Audit Logging | Full AI interaction audit trail for compliance |
| ๐ One-Command Deploy | Deploy to AWS, GCP, Azure, DigitalOcean, Railway, Fly.io, Render, or VPS |
๐ฆ Installation
Since one-click-ai is a CLI tool, it is recommended to install it globally using uv:
uv tool install one-click-ai
If your system doesn't have uv yet, follow the installation guide here.
Alternatively, you can use pip:
pip install one-click-ai
๐ Usage
Initialize a Full AI Project (everything enabled)
ocd-ai init my-ai-project --all
This creates a new folder my-ai-project with a complete production-ready AI backend.
Initialize in the Current Directory
ocd-ai init .
๐ค Chatbot (LLM Only)
ocd-ai init my-chatbot --llm-only --openai --docker
๐ RAG Application
ocd-ai init my-rag-app --rag --openai --faiss --docker --ci-cd
๐ค Voice Assistant
ocd-ai init my-voice-app --voice --voice-to-voice --openai --streaming --docker
๐๏ธ Vision + Emotion Analysis
ocd-ai init my-vision-app --vision --emotion --openai --google --docker
๐ค AI Agent with Search & Memory
ocd-ai init my-agent --agents --search --memory --openai --streaming --docker --ci-cd
๐ Full Multi-Provider Stack
ocd-ai init my-enterprise-app \
--rag --agents --search --memory --streaming --voice --vision --emotion \
--openai --anthropic --google --groq \
--faiss --qdrant \
--postgres --redis \
--docker --ci-cd --iac --monitoring
๐ฌ ML Training Pipeline
ocd-ai init my-ml-project --ml-training --pytorch --sklearn --xgboost --mlops --docker
๐ผ๏ธ Computer Vision
ocd-ai init my-cv-project --computer-vision --yolo --sam --ocr --face-detection --gpu --docker
๐ง LLM Fine-Tuning (LoRA/QLoRA)
ocd-ai init my-finetune --fine-tuning --pytorch --gpu --mlops --docker
โก Edge AI Deployment
ocd-ai init my-edge-project --edge-ai --onnx --tensorrt --quantization --docker
๐ก๏ธ AI Guardrails
ocd-ai init my-safe-ai --guardrails --openai --rag --docker
๐ Conversational Analytics
ocd-ai init my-analytics --analytics --openai --docker
๐ผ๏ธ Image Generation
ocd-ai init my-image-gen --computer-vision --image-gen --gpu --docker
๐ One-Command Deploy
Every generated project includes a deploy.py and deploy.sh that supports 8 deployment platforms out of the box:
# Deploy to any platform (interactive wizard if no platform specified)
ocd-ai deploy
# Direct deploy to a specific platform
ocd-ai deploy aws # AWS ECS (Fargate)
ocd-ai deploy gcp # Google Cloud Run
ocd-ai deploy azure # Azure Container Apps
ocd-ai deploy digitalocean # DigitalOcean App Platform
ocd-ai deploy railway # Railway
ocd-ai deploy fly # Fly.io
ocd-ai deploy render # Render
ocd-ai deploy vps # Any VPS via SSH + Docker
# Build & push Docker image before deploying
ocd-ai deploy aws --build --push
๐๏ธ CLI Flags
Feature Flags
| Flag | Description |
|---|---|
--all |
Enable every feature, provider, vector store, database, and infrastructure option |
--llm-only |
Just LLM chat (no RAG, voice, vision, etc.) |
--rag |
RAG pipeline (ingestion, chunking, embedding, retrieval, generation) |
--voice |
Speech-to-Text + Text-to-Speech |
--voice-to-voice |
Voice conversation (implies --voice + --streaming) |
--vision |
Image/video analysis |
--emotion |
Emotion detection (audio + text) |
--search |
Web search with LLM summarization |
--agents |
ReAct-style AI agents with tool use |
--memory |
Short-term + long-term conversation memory |
--streaming |
SSE + WebSocket streaming |
--session |
Redis-backed session management |
LLM Providers
| Flag | Provider |
|---|---|
--openai |
OpenAI (GPT-4o, GPT-4, GPT-3.5) |
--anthropic |
Anthropic (Claude 3.5, Claude 3) |
--google |
Google (Gemini Pro, Gemini Flash) |
--groq |
Groq (Llama, Mixtral โ ultra-fast inference) |
--grok |
xAI Grok |
--cohere |
Cohere (Command R+) |
--mistral |
Mistral AI (Mistral Large, Mixtral) |
--ollama |
Ollama (local models โ Llama, Mistral, etc.) |
--all-providers |
Enable all providers |
Vector Stores
| Flag | Store |
|---|---|
--faiss |
Facebook AI Similarity Search (local, fast) |
--pinecone |
Pinecone (managed, scalable) |
--qdrant |
Qdrant (open-source, feature-rich) |
--weaviate |
Weaviate (hybrid search) |
--chroma |
ChromaDB (lightweight, embedded) |
--milvus |
Milvus (distributed, GPU-accelerated) |
--pgvector |
pgvector (PostgreSQL extension) |
Databases
| Flag | Database |
|---|---|
--postgres |
PostgreSQL (primary relational database) |
--mongodb |
MongoDB (document store) |
--redis |
Redis (caching, sessions, pub/sub) |
--all-databases |
Enable all databases |
Infrastructure
| Flag | Description |
|---|---|
--docker |
Dockerfiles + docker-compose (dev & prod) + Nginx |
--ci-cd |
GitHub Actions workflows (test, lint, deploy) |
--iac |
Terraform (AWS) + Ansible server configuration |
--monitoring |
Prometheus + Grafana + alerting rules |
ML / Training
| Flag | Description |
|---|---|
--ml-training |
Full ML training pipeline (trainer, predictor, data loader, model registry) |
--pytorch |
PyTorch models (MLP, CNN, LSTM, Transformer) |
--tensorflow |
TensorFlow/Keras models |
--sklearn |
scikit-learn pipelines (Random Forest, SVM, Gradient Boosting, auto-select) |
--xgboost |
XGBoost gradient boosting |
--lightgbm |
LightGBM gradient boosting |
--fine-tuning |
LLM fine-tuning with LoRA/QLoRA (PEFT + Transformers) |
--gpu |
Enable CUDA/GPU, mixed precision (FP16/BF16) |
--mlops |
MLflow + Weights & Biases experiment tracking |
Computer Vision
| Flag | Description |
|---|---|
--computer-vision |
Computer vision module (inference, pre/post-processing) |
--yolo |
YOLOv8/v11 object detection (Ultralytics) |
--sam |
SAM2 image segmentation (Segment Anything) |
--ocr |
OCR text extraction (EasyOCR + Tesseract) |
--face-detection |
Face detection & recognition (face-recognition + MediaPipe) |
--image-gen |
Text-to-image generation (Stable Diffusion / Diffusers) |
Edge AI
| Flag | Description |
|---|---|
--edge-ai |
Edge AI deployment module |
--onnx |
ONNX model conversion + ONNX Runtime inference |
--tensorrt |
TensorRT model optimization (NVIDIA) |
--quantization |
INT8 quantization (ONNX + HuggingFace Optimum) |
Advanced Features
| Flag | Description |
|---|---|
--aggregator |
AI API aggregator pattern (multi-provider routing) |
--analytics |
Conversational analytics (Text-to-SQL + charts + reports) |
--guardrails |
AI safety (content filter, PII detection, prompt injection defense, audit) |
--multi-tenant |
Multi-tenant architecture support |
--ab-testing |
A/B testing framework for prompts/models |
--ollama-serve |
Local Ollama deployment in docker-compose |
๐ Generated Project Structure
my-ai-project/
โโโ backend/
โ โโโ app/
โ โ โโโ main.py # FastAPI application entry point
โ โ โโโ config.py # Pydantic settings & environment config
โ โ โโโ dependencies.py # Dependency injection
โ โ โโโ exceptions.py # Custom exception handlers
โ โ โโโ api/v1/ # API routes (versioned)
โ โ โ โโโ health.py # Health check endpoint
โ โ โ โโโ chat.py # LLM chat endpoint
โ โ โ โโโ rag.py # RAG query endpoint
โ โ โ โโโ documents.py # Document upload/management
โ โ โ โโโ voice.py # STT/TTS endpoints
โ โ โ โโโ websocket.py # WebSocket streaming
โ โ โ โโโ vision.py # Image/video analysis
โ โ โ โโโ emotion.py # Emotion detection
โ โ โ โโโ search.py # Web search
โ โ โ โโโ agents.py # AI agent endpoint
โ โ โ โโโ sessions.py # Session management
โ โ โ โโโ ml.py # ML training & prediction
โ โ โ โโโ cv.py # Computer vision endpoints
โ โ โ โโโ edge.py # Edge AI (convert, benchmark)
โ โ โ โโโ analytics.py # Text-to-SQL & charts
โ โ โ โโโ guardrails.py # AI safety endpoints
โ โ โโโ core/
โ โ โ โโโ ai/ # LLM clients + provider factory
โ โ โ โ โโโ providers/ # OpenAI, Anthropic, Google, etc.
โ โ โ โ โโโ llm_client.py # Base LLM interface
โ โ โ โ โโโ embeddings.py # Embedding generation
โ โ โ โโโ rag/ # RAG pipeline
โ โ โ โ โโโ ingestion.py # Document ingestion
โ โ โ โ โโโ chunking.py # Smart text chunking
โ โ โ โ โโโ retriever.py # Vector retrieval
โ โ โ โ โโโ pipeline.py # End-to-end RAG
โ โ โ โโโ multimodal/ # Voice, vision, emotion
โ โ โ โ โโโ stt.py # Speech-to-Text
โ โ โ โ โโโ tts.py # Text-to-Speech
โ โ โ โ โโโ vision.py # Vision analysis
โ โ โ โ โโโ emotion.py # Emotion detection
โ โ โ โโโ agents/ # Agent framework
โ โ โ โโโ memory/ # Memory management
โ โ โ โโโ search/ # Web search
โ โ โโโ ml/ # ML training pipeline
โ โ โ โโโ trainer.py # Unified trainer (PyTorch/sklearn/XGBoost)
โ โ โ โโโ predictor.py # Model inference
โ โ โ โโโ data_loader.py # Data loading & splitting
โ โ โ โโโ feature_engineering.py # Feature scaling, encoding
โ โ โ โโโ model_registry.py # Model versioning & promotion
โ โ โ โโโ evaluation.py # Metrics (accuracy, F1, RMSE)
โ โ โ โโโ experiment.py # MLflow/W&B tracking
โ โ โ โโโ pytorch_models.py # MLP, CNN, LSTM, Transformer
โ โ โ โโโ sklearn_models.py # RF, SVM, GB, auto-select
โ โ โ โโโ tf_models.py # Keras models
โ โ โ โโโ fine_tuning.py # LoRA/QLoRA fine-tuning
โ โ โโโ cv/ # Computer vision
โ โ โ โโโ inference.py # Unified CV pipeline
โ โ โ โโโ preprocessing.py # Resize, normalize, augment
โ โ โ โโโ postprocessing.py # NMS, drawing, formatting
โ โ โ โโโ yolo_detector.py # YOLOv8/v11 detection
โ โ โ โโโ sam_segmenter.py # SAM2 segmentation
โ โ โ โโโ ocr_engine.py # EasyOCR + Tesseract
โ โ โ โโโ face_detector.py # Face detection/recognition
โ โ โ โโโ image_generator.py # Stable Diffusion generation
โ โ โโโ edge/ # Edge AI deployment
โ โ โ โโโ converter.py # PyTorchโONNXโTensorRT
โ โ โ โโโ optimizer.py # Quantization, pruning
โ โ โ โโโ runtime.py # ONNX Runtime inference
โ โ โโโ analytics/ # Conversational analytics
โ โ โ โโโ text_to_sql.py # NLโSQL engine
โ โ โ โโโ chart_gen.py # Plotly chart generation
โ โ โ โโโ report.py # HTML report builder
โ โ โโโ guardrails/ # AI safety
โ โ โ โโโ content_filter.py # Toxicity detection (Detoxify)
โ โ โ โโโ pii_detector.py # PII detection (Presidio)
โ โ โ โโโ prompt_injection.py # Injection defense
โ โ โ โโโ audit_logger.py # Compliance audit trail
โ โ โโโ services/ # Business logic layer
โ โ โโโ models/ # Pydantic schemas & enums
โ โ โโโ db/ # Database connections
โ โ โโโ utils/ # Logger, security, helpers
โ โโโ tests/ # Test suite
โ โโโ vector_stores/ # Vector store implementations
โ โโโ middleware/ # Error handling, rate limiting, logging
โ โโโ Dockerfile # Production Dockerfile
โ โโโ Dockerfile.dev # Development Dockerfile
โ โโโ .env # Environment variables
โ โโโ .env.example # Environment template
โโโ docker-compose.dev.yml # Development orchestration
โโโ docker-compose.prod.yml # Production orchestration
โโโ nginx/
โ โโโ nginx.conf # Reverse proxy configuration
โโโ .github/
โ โโโ workflows/
โ โโโ test.yml # CI testing
โ โโโ lint.yml # Code linting
โ โโโ deploy.yml # Deployment pipeline
โโโ infra/
โ โโโ terraform/ # AWS infrastructure
โ โโโ ansible/ # Server configuration
โโโ monitoring/
โ โโโ prometheus.yml # Metrics collection
โ โโโ alerts.yml # Alert rules
โ โโโ grafana_dashboard.json # Pre-built dashboards
โโโ scripts/
โ โโโ start.sh # Application launcher
โ โโโ health_check.py # Health check script
โโโ models/ # Trained model storage
โ โโโ checkpoints/ # Training checkpoints
โ โโโ exported/ # Production-ready models
โโโ datasets/ # Training data
โ โโโ raw/ # Raw datasets
โ โโโ processed/ # Processed features
โโโ experiments/ # MLflow/W&B experiment logs
โโโ Makefile # Common commands
โโโ deploy.py # Cross-platform deploy script (Python)
โโโ deploy.sh # Deploy script (Bash)
โโโ .gitignore # Git ignore rules
โโโ DEVELOPMENT_GUIDE.md # Getting started guide
๐ Built for the Future (Extensibility)
This structure is intentionally designed for scaling into a full-stack or microservices architecture:
- Full-Stack Ready: Need a frontend? Add a
frontend/folder (React, Next.js, Streamlit, Gradio) at the root. - Microservices Ready: Plug in other services like
ml-training/,data-pipeline/, ornotification-service/alongside the backend. - Multi-Model Ready: Each AI provider is isolated behind a factory pattern โ adding a new provider is one file.
- ML/CV Pipeline Ready: Training, inference, and edge deployment modules are fully isolated and can scale independently.
- Simplified Orchestration: New services integrate into the root
docker-compose.ymland CI/CD pipelines seamlessly. - Guardrails by Default: Content safety, PII protection, and prompt injection defense can be applied to any endpoint.
๐ง Tech Stack
| Category | Technologies |
|---|---|
| Framework | FastAPI โฅ 0.115 |
| Runtime | Python โฅ 3.11, uvicorn |
| Package Manager | uv |
| Validation | Pydantic v2, pydantic-settings |
| LLM Providers | OpenAI, Anthropic, Google, Groq, Grok, Cohere, Mistral, Ollama, DeepSeek, Meta |
| Vector Stores | FAISS, Pinecone, Qdrant, Weaviate, ChromaDB, Milvus, pgvector, LanceDB |
| Voice | Whisper, Deepgram, whisper-local (STT) ยท OpenAI TTS, ElevenLabs, Bark (TTS) |
| Vision | GPT-4.1, Claude Opus 4, Gemini 2.5 Pro Vision |
| Emotion | Hume AI, Affectiva, LLM-based fallback |
| Search | Tavily, Serper, DuckDuckGo |
| ML Frameworks | PyTorch, TensorFlow/Keras, scikit-learn, XGBoost, LightGBM |
| Computer Vision | YOLO (Ultralytics), SAM2, EasyOCR, Tesseract, face-recognition, MediaPipe, Diffusers |
| Edge AI | ONNX, ONNX Runtime, TensorRT, HuggingFace Optimum |
| Fine-Tuning | PEFT (LoRA/QLoRA), Transformers, TRL, bitsandbytes |
| MLOps | MLflow, Weights & Biases |
| Guardrails | Detoxify, Presidio (PII), custom prompt injection defense |
| Analytics | SQLAlchemy, sqlparse, Plotly |
| Databases | PostgreSQL, MongoDB, Redis |
| Containers | Docker + docker-compose + Nginx |
| CI/CD | GitHub Actions |
| IaC | Terraform (AWS) + Ansible |
| Monitoring | Prometheus + Grafana + Alertmanager |
โ๏ธ Configuration
On first run, ocd-ai will ask for your GitHub username, DockerHub username, default LLM provider, and default vector store. These are saved in ~/.config/one-click-ai/config.toml so you never have to type them again.
You can reset your configuration at any time by editing or deleting the config file.
๐ค Contributing
We welcome contributions! Here's how to get started:
- Fork the repository
- Clone your fork:
git clone https://github.com/your-username/one-click-ai.git - Install dependencies:
uv syncorpip install -e . - Create a branch:
git checkout -b feature/my-feature - Make your changes โ add generators in
src/one_click_ai/generator.pyor new templates insrc/one_click_ai/templates/ - Test locally:
ocd-ai init test-project --all - Submit a Pull Request ๐
See CONTRIBUTING.md for detailed guidelines.
๐จโ๐ป Author
Mohammad Asif Khan
- GitHub: @aktonay
- LinkedIn: Mohammad Asif Khan
- Website: sparktech.agency
๐ License
This project is licensed under the MIT License โ see the LICENSE file for details.
Made with โค๏ธ for the AI developer community
Back to Top โฌ
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file one_click_ai_spark-3.0.2.tar.gz.
File metadata
- Download URL: one_click_ai_spark-3.0.2.tar.gz
- Upload date:
- Size: 120.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81554a6b793e6c1a2fff779c8d1e24ab15169a7efec1e115954c89a952cc97e2
|
|
| MD5 |
e91a4e7519811654068eeb6230229022
|
|
| BLAKE2b-256 |
660878371703d29b01d4db6782f7663c31f975baa80b60017bd8ad026350f271
|
File details
Details for the file one_click_ai_spark-3.0.2-py3-none-any.whl.
File metadata
- Download URL: one_click_ai_spark-3.0.2-py3-none-any.whl
- Upload date:
- Size: 181.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d0e75264cc8892874b84caa109db80f48530e36bbf7b948d9f8cf02ed09a474
|
|
| MD5 |
8b5b6c1f1570be60c1590dd25f238cf8
|
|
| BLAKE2b-256 |
2f80af077d1d2472178e5a9b41c2b57e53458923f620803779969c2a8b3805b1
|