docoreai


Namedocoreai JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://docoreai.com
SummaryDoCoreAI is an AI prompt optimization tool for developers and teams to reduce LLM cost, improve output, and analyze GPT prompt efficiency—no fine-tuning needed.
upload_time2025-08-02 17:49:32
maintainerNone
docs_urlNone
authorSaji John Miranda
requires_python>=3.7
licenseCC BY-NC-ND 4.0
keywords openai groq prompt optimization llm cost reduction ai development prompt tuning gpt efficiency docoreai
VCS
bugtrack_url
requirements fastapi uvicorn langchain openai pydantic python-dotenv groq tiktoken requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
![DoCoreAI Banner](https://raw.githubusercontent.com/SajiJohnMiranda/DoCoreAI/main/assets/DoCoreAI-Github-header-image.jpg)

# DoCoreAI – AI Prompt Optimization for Developers [Fine-Tune-Free LLM Optimization Engine]

### ✅ Optimize LLM Responses • Reduce Token Waste • Improve AI Output Quality

---
[![🔥 Downloads](https://static.pepy.tech/badge/docoreai)](https://pepy.tech/project/docoreai)
![📦 Latest Version](https://img.shields.io/pypi/v/docoreai)
![🐍 Python Compatibility](https://img.shields.io/pypi/pyversions/docoreai)
[![⭐ GitHub Stars](https://img.shields.io/github/stars/sajijohnmiranda/DoCoreAI)](https://github.com/SajiJohnMiranda/DoCoreAI/stargazers)
[![🧾 License](https://img.shields.io/badge/license-CC%20BY--NC--ND%204.0-blue)](https://creativecommons.org/licenses/by-nc-nd/4.0/)

---
## 🎯 Who It’s For
- **AI Developers & Prompt Engineers**: Automate tuning, get feedback instantly.
- **Product Builders & SaaS Founders**: Cut LLM costs without performance loss.
- **Managers & Analysts**: Get insights from usage, bloat, and savings reports.

---
## 🔧 Developer Quick Start

```bash
pip install docoreai
docoreai test
```

### Or use in Python:
```python
from docore_ai import intelligence_profiler

result = intelligence_profiler(
    "Summarize our roadmap milestones",
    role="Product Manager"
)
print(result)
```

✅ Output:
- Optimized LLM prompt
- Intelligence parameters (reasoning, creativity, precision)

✅ Works with: [OpenAI](https://openai.com), [Groq](https://groq.com)  
Coming soon: Claude, LLaMA

---
## 📊 A few of What You Get are...

<h4>📊 Developer Time Saved</h4>
<img src="http://docoreai.com/wp-content/uploads/2025/08/dev-time.png" alt="Developer Time Saved – Impact of prompt optimization on dev hours" width="500" />

<h4>📉 Cost Savings</h4>
<img src="http://docoreai.com/wp-content/uploads/2025/08/cost-estimate-chart.png" alt="Cost Estimation – Estimated API cost savings per prompt" width="500" />

<h4>🧱 Bloat Score / Wasted Tokens</h4>
<img src="http://docoreai.com/wp-content/uploads/2025/08/bloat-prompt-chart.png" alt="Bloat Score – Prompt verbosity analysis and optimization impact" width="500" />

---
## ✅ Features

- No Fine-Tuning Needed – smarter prompts out of the box
- LLM Cost Reduction SaaS Ready – cut tokens, save money
- Prompt Analytics for Developers – track, compare, and improve
- Works with LangChain, FastAPI, Flask, and RAG pipelines

---
## 🖥️ CLI Command Reference

```bash
docoreai start        # Launch the engine
docoreai test         # Run a test prompt
docoreai show         # Open the local prompt viewer
docoreai dash         # Open dashboard in browser
```

View insights at: [https://docoreai.com/dashboard](https://docoreai.com/dashboard)

---
## ⚙️ .env Configuration

```ini
OPENAI_API_KEY=
GROQ_API_KEY=
MODEL_PROVIDER=openai
MODEL_NAME=gpt-3.5-turbo
DOCOREAI_TOKEN=
DOCOREAI_API_URL=https://docoreai.com
ALLOW_SYSTEM_MESSAGE_INJECTION=true
```

---
## 📘 Learn More

- 🌐 [Official Website](https://docoreai.com)
- 🐙 [GitHub Repo](https://github.com/SajiJohnMiranda/DoCoreAI)
- 📊 [DoCoreAI Pulse Benchmarks](https://github.com/SajiJohnMiranda/DoCoreAI-Pulse)
- 📝 [Blog: 25 Days of DoCoreAI](https://mobilights.medium.com/25-days-of-docoreai-a-reflection-on-the-journey-so-far-f832c1210996)

---
## ✅ Quick Start Checklist

- [x] Install with pip
- [x] Create a `.env` file with your API + DoCoreAI token
- [x] Run `docoreai test` or `start`
- [x] View usage at [DoCoreAI Dashboard](https://docoreai.com/dashboard)

---
## 🤝 Join the Community

- ⭐ [Star us on GitHub](https://github.com/SajiJohnMiranda/DoCoreAI)
- 💬 [Join GitHub Discussions](https://github.com/SajiJohnMiranda/DoCoreAI/discussions)
- 🧪 Submit benchmark results or improvements

---
## 📜 License

Licensed under [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/)  
Contact: info@docoreai.com for business or custom licensing.

---
👀 Watch repo updates → [Subscribe](https://github.com/SajiJohnMiranda/DoCoreAI/subscription)  
🍴 Fork it → [Contribute on GitHub](https://github.com/SajiJohnMiranda/DoCoreAI)

            

Raw data

            {
    "_id": null,
    "home_page": "https://docoreai.com",
    "name": "docoreai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "openai, groq, prompt optimization, llm cost reduction, ai development, prompt tuning, gpt efficiency, docoreai",
    "author": "Saji John Miranda",
    "author_email": "info@docoreai.com",
    "download_url": "https://files.pythonhosted.org/packages/d4/23/9281836fa2a3241489a6a4129f52d6763f1d1aafb87b9723139dcc3a2633/docoreai-1.0.0.tar.gz",
    "platform": null,
    "description": "\r\n![DoCoreAI Banner](https://raw.githubusercontent.com/SajiJohnMiranda/DoCoreAI/main/assets/DoCoreAI-Github-header-image.jpg)\r\n\r\n# DoCoreAI \u2013 AI Prompt Optimization for Developers [Fine-Tune-Free LLM Optimization Engine]\r\n\r\n### \u2705 Optimize LLM Responses \u2022 Reduce Token Waste \u2022 Improve AI Output Quality\r\n\r\n---\r\n[![\ud83d\udd25 Downloads](https://static.pepy.tech/badge/docoreai)](https://pepy.tech/project/docoreai)\r\n![\ud83d\udce6 Latest Version](https://img.shields.io/pypi/v/docoreai)\r\n![\ud83d\udc0d Python Compatibility](https://img.shields.io/pypi/pyversions/docoreai)\r\n[![\u2b50 GitHub Stars](https://img.shields.io/github/stars/sajijohnmiranda/DoCoreAI)](https://github.com/SajiJohnMiranda/DoCoreAI/stargazers)\r\n[![\ud83e\uddfe License](https://img.shields.io/badge/license-CC%20BY--NC--ND%204.0-blue)](https://creativecommons.org/licenses/by-nc-nd/4.0/)\r\n\r\n---\r\n## \ud83c\udfaf Who It\u2019s For\r\n- **AI Developers & Prompt Engineers**: Automate tuning, get feedback instantly.\r\n- **Product Builders & SaaS Founders**: Cut LLM costs without performance loss.\r\n- **Managers & Analysts**: Get insights from usage, bloat, and savings reports.\r\n\r\n---\r\n## \ud83d\udd27 Developer Quick Start\r\n\r\n```bash\r\npip install docoreai\r\ndocoreai test\r\n```\r\n\r\n### Or use in Python:\r\n```python\r\nfrom docore_ai import intelligence_profiler\r\n\r\nresult = intelligence_profiler(\r\n    \"Summarize our roadmap milestones\",\r\n    role=\"Product Manager\"\r\n)\r\nprint(result)\r\n```\r\n\r\n\u2705 Output:\r\n- Optimized LLM prompt\r\n- Intelligence parameters (reasoning, creativity, precision)\r\n\r\n\u2705 Works with: [OpenAI](https://openai.com), [Groq](https://groq.com)  \r\nComing soon: Claude, LLaMA\r\n\r\n---\r\n## \ud83d\udcca A few of What You Get are...\r\n\r\n<h4>\ud83d\udcca Developer Time Saved</h4>\r\n<img src=\"http://docoreai.com/wp-content/uploads/2025/08/dev-time.png\" alt=\"Developer Time Saved \u2013 Impact of prompt optimization on dev hours\" width=\"500\" />\r\n\r\n<h4>\ud83d\udcc9 Cost Savings</h4>\r\n<img src=\"http://docoreai.com/wp-content/uploads/2025/08/cost-estimate-chart.png\" alt=\"Cost Estimation \u2013 Estimated API cost savings per prompt\" width=\"500\" />\r\n\r\n<h4>\ud83e\uddf1 Bloat Score / Wasted Tokens</h4>\r\n<img src=\"http://docoreai.com/wp-content/uploads/2025/08/bloat-prompt-chart.png\" alt=\"Bloat Score \u2013 Prompt verbosity analysis and optimization impact\" width=\"500\" />\r\n\r\n---\r\n## \u2705 Features\r\n\r\n- No Fine-Tuning Needed \u2013 smarter prompts out of the box\r\n- LLM Cost Reduction SaaS Ready \u2013 cut tokens, save money\r\n- Prompt Analytics for Developers \u2013 track, compare, and improve\r\n- Works with LangChain, FastAPI, Flask, and RAG pipelines\r\n\r\n---\r\n## \ud83d\udda5\ufe0f CLI Command Reference\r\n\r\n```bash\r\ndocoreai start        # Launch the engine\r\ndocoreai test         # Run a test prompt\r\ndocoreai show         # Open the local prompt viewer\r\ndocoreai dash         # Open dashboard in browser\r\n```\r\n\r\nView insights at: [https://docoreai.com/dashboard](https://docoreai.com/dashboard)\r\n\r\n---\r\n## \u2699\ufe0f .env Configuration\r\n\r\n```ini\r\nOPENAI_API_KEY=\r\nGROQ_API_KEY=\r\nMODEL_PROVIDER=openai\r\nMODEL_NAME=gpt-3.5-turbo\r\nDOCOREAI_TOKEN=\r\nDOCOREAI_API_URL=https://docoreai.com\r\nALLOW_SYSTEM_MESSAGE_INJECTION=true\r\n```\r\n\r\n---\r\n## \ud83d\udcd8 Learn More\r\n\r\n- \ud83c\udf10 [Official Website](https://docoreai.com)\r\n- \ud83d\udc19 [GitHub Repo](https://github.com/SajiJohnMiranda/DoCoreAI)\r\n- \ud83d\udcca [DoCoreAI Pulse Benchmarks](https://github.com/SajiJohnMiranda/DoCoreAI-Pulse)\r\n- \ud83d\udcdd [Blog: 25 Days of DoCoreAI](https://mobilights.medium.com/25-days-of-docoreai-a-reflection-on-the-journey-so-far-f832c1210996)\r\n\r\n---\r\n## \u2705 Quick Start Checklist\r\n\r\n- [x] Install with pip\r\n- [x] Create a `.env` file with your API + DoCoreAI token\r\n- [x] Run `docoreai test` or `start`\r\n- [x] View usage at [DoCoreAI Dashboard](https://docoreai.com/dashboard)\r\n\r\n---\r\n## \ud83e\udd1d Join the Community\r\n\r\n- \u2b50 [Star us on GitHub](https://github.com/SajiJohnMiranda/DoCoreAI)\r\n- \ud83d\udcac [Join GitHub Discussions](https://github.com/SajiJohnMiranda/DoCoreAI/discussions)\r\n- \ud83e\uddea Submit benchmark results or improvements\r\n\r\n---\r\n## \ud83d\udcdc License\r\n\r\nLicensed under [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/)  \r\nContact: info@docoreai.com for business or custom licensing.\r\n\r\n---\r\n\ud83d\udc40 Watch repo updates \u2192 [Subscribe](https://github.com/SajiJohnMiranda/DoCoreAI/subscription)  \r\n\ud83c\udf74 Fork it \u2192 [Contribute on GitHub](https://github.com/SajiJohnMiranda/DoCoreAI)\r\n",
    "bugtrack_url": null,
    "license": "CC BY-NC-ND 4.0",
    "summary": "DoCoreAI is an AI prompt optimization tool for developers and teams to reduce LLM cost, improve output, and analyze GPT prompt efficiency\u2014no fine-tuning needed.",
    "version": "1.0.0",
    "project_urls": {
        "Blog Post": "https://mobilights.medium.com/intelligent-prompt-optimization-bac89b64fa84",
        "Documentation": "https://docoreai.com/docs/",
        "Funding": "https://docoreai.com/pricing/",
        "Homepage": "https://docoreai.com",
        "Source Code": "https://github.com/SajiJohnMiranda/DoCoreAI",
        "Support": "https://docoreai.com/contact-us"
    },
    "split_keywords": [
        "openai",
        " groq",
        " prompt optimization",
        " llm cost reduction",
        " ai development",
        " prompt tuning",
        " gpt efficiency",
        " docoreai"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c44a10db786bbc3dac7b3cdc0567ee3b1a1a1f33a14a5c4e355d0226b68ec434",
                "md5": "4785b4d107f3537fd171af86586f7e96",
                "sha256": "16823435cdbea85b222f8367e6bf5c7e5ff05bf0c2727658172076768e28b961"
            },
            "downloads": -1,
            "filename": "docoreai-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4785b4d107f3537fd171af86586f7e96",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 57419,
            "upload_time": "2025-08-02T17:49:29",
            "upload_time_iso_8601": "2025-08-02T17:49:29.878446Z",
            "url": "https://files.pythonhosted.org/packages/c4/4a/10db786bbc3dac7b3cdc0567ee3b1a1a1f33a14a5c4e355d0226b68ec434/docoreai-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d4239281836fa2a3241489a6a4129f52d6763f1d1aafb87b9723139dcc3a2633",
                "md5": "123358456553ad37289d8d6a8e717fe9",
                "sha256": "55624aec07802cda2fc50ca12b85b49a5bea8cd83628990f8b1d0460a85a5c0f"
            },
            "downloads": -1,
            "filename": "docoreai-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "123358456553ad37289d8d6a8e717fe9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 43866,
            "upload_time": "2025-08-02T17:49:32",
            "upload_time_iso_8601": "2025-08-02T17:49:32.923968Z",
            "url": "https://files.pythonhosted.org/packages/d4/23/9281836fa2a3241489a6a4129f52d6763f1d1aafb87b9723139dcc3a2633/docoreai-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-02 17:49:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SajiJohnMiranda",
    "github_project": "DoCoreAI",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "fastapi",
            "specs": []
        },
        {
            "name": "uvicorn",
            "specs": []
        },
        {
            "name": "langchain",
            "specs": []
        },
        {
            "name": "openai",
            "specs": []
        },
        {
            "name": "pydantic",
            "specs": []
        },
        {
            "name": "python-dotenv",
            "specs": []
        },
        {
            "name": "groq",
            "specs": []
        },
        {
            "name": "tiktoken",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        }
    ],
    "lcname": "docoreai"
}
        
Elapsed time: 1.64222s