A curated collection of 100 production-level AI applications β all running locally with Gemma 4 + Ollama. Zero cloud costs. 100% private.
Each project includes a Streamlit or FastAPI web interface. Launch any project and interact with it through a clean, modern UI β all powered by a local LLM with zero API calls.
Cloud AI APIs are expensive, rate-limited, and your data leaves your machine. This collection proves you can build production-quality AI applications that run entirely on your hardware. From healthcare to legal, education to creative writing β 100 real-world tools, all powered by a single local model.
Whether you're a developer exploring LLM capabilities, a privacy-conscious professional, or someone who wants to build AI tools without recurring API costs β this repo is your launchpad.
- π§ 100 production-level AI applications spanning 15+ domains
- π 100% local processing β no data ever leaves your machine
- π° Zero cloud costs β no API keys, no subscriptions, no usage limits
- π₯ Healthcare AI β patient intake summarizer, symptom checker, drug interaction analyzer
- βοΈ Legal AI β contract clause analyzer, legal brief summarizer, compliance checker
- π Education AI β study buddy bot, essay grader, language learning assistant
- π» Developer Tools β code reviewer, API doc generator, git commit message writer
- π¨ Creative AI β story writer, poetry generator, recipe creator
- π Business AI β resume analyzer, meeting summarizer, email draft assistant
- πΎ Specialty Bots β veterinary advisor, fitness coach, travel planner, and more
- π₯οΈ Multiple interfaces β CLI, Streamlit Web UI, and FastAPI REST API for each project
- π³ Docker support β containerized deployment for every project
- β Test suites β pytest coverage included
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β User Interface Layer β
β ββββββββββββ ββββββββββββββββ βββββββββββββββββββββ β
β β CLI β β Streamlit UI β β FastAPI REST API β β
β ββββββ¬ββββββ ββββββββ¬ββββββββ βββββββββββ¬ββββββββββ β
β βββββββββββββββββ¬βΌβββββββββββββββββββββ β
β βΌβΌ β
β βββββββββββββββββββ β
β β Core Engine β (domain-specific logic) β
β β + LLM Client β β
β ββββββββββ¬βββββββββ β
β βΌ β
β βββββββββββββββββββ β
β β Common Module β (shared LLM interface) β
β ββββββββββ¬βββββββββ β
β βΌ β
β βββββββββββββββββββ β
β β Ollama Server β (Gemma 4 model) β
β β localhost:11434β β
β βββββββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
- Python 3.10+
- Ollama installed and running
- Gemma 4 model pulled:
ollama pull gemma4
git clone https://github.com/kennedyraju55/90-local-llm-projects.git
cd 90-local-llm-projects
# Pick any project (e.g., patient-intake-summarizer)
cd patient-intake-summarizer
pip install -r requirements.txtEach project supports three interfaces:
# CLI
python -m src.<project_name>.cli analyze --input example.txt
# Streamlit Web UI
streamlit run src/<project_name>/web_ui.py
# FastAPI REST API
uvicorn src.<project_name>.api:app --reload90-local-llm-projects/
βββ patient-intake-summarizer/ # π₯ Healthcare AI
βββ contract-clause-analyzer/ # βοΈ Legal AI
βββ pdf-chat-assistant/ # π RAG-based PDF Q&A
βββ code-review-assistant/ # π» Developer Tools
βββ resume-analyzer/ # π Business AI
βββ study-buddy-bot/ # π Education AI
βββ fitness-coach-bot/ # ποΈ Health & Wellness
βββ meal-planner-bot/ # π½οΈ Nutrition AI
βββ travel-itinerary-bot/ # βοΈ Travel Planning
βββ it-helpdesk-bot/ # π₯οΈ IT Support
βββ veterinary-advisor-bot/ # πΎ Pet Care AI
βββ ... (90+ more projects) #
βββ common/ # π§ Shared LLM client module
β βββ llm_client.py # Ollama API wrapper
βββ README.md
| Category | Count | Examples |
|---|---|---|
| π₯ Healthcare | 10+ | Patient intake summarizer, symptom checker, drug interaction analyzer |
| βοΈ Legal | 8+ | Contract analyzer, legal brief summarizer, compliance checker |
| π Education | 10+ | Study buddy, essay grader, language tutor, quiz generator |
| π» Developer Tools | 8+ | Code reviewer, API doc generator, commit message writer |
| π¨ Creative | 8+ | Story writer, poetry generator, recipe creator |
| π Business | 10+ | Resume analyzer, meeting summarizer, email assistant |
| πΎ Specialty | 15+ | Vet advisor, fitness coach, travel planner, gift recommender |
| π Security | 5+ | Password policy analyzer, phishing detector |
Contributions welcome! Whether it's a new project idea, bug fix, or improvement to an existing tool β please open an issue or submit a PR.
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-project) - Commit your changes (
git commit -m 'Add amazing AI project') - Push to the branch (
git push origin feature/amazing-project) - Open a Pull Request
MIT License β see LICENSE
Nrk Raju Guthikonda
- π’ Senior Software Engineer at Microsoft (Copilot Search Infrastructure)
- π GitHub | LinkedIn
- π Building 116+ open-source AI tools for real-world impact
β If this collection helps you build local AI apps, give it a star!