This repository showcases a curated suite of AI projects representing the most in-demand technologies and capabilities for 2025. These tools address critical enterprise use cases, from developer productivity and code quality to retrieval-augmented generation (RAG), AI explainability, and local LLM deployment.
Each app is designed to be:
- π Privacy-first (fully local or hybrid cloud/local)
- π§± Modular & composable
- π Enterprise-ready with extensibility in mind
An enterprise-grade Copilot alternative that offers:
- βοΈ Autocomplete for Python, JS, etc.
- π¬ Chat mode with memory
- π§ͺ Unit test generation
- π§± Style & quality checks
- π Git auto-commit integration
- βοΈ OpenAI GPT-4 or βοΈ Ollama (local models)
A fully offline Retrieval-Augmented Generation (RAG) system:
- π Upload & chunk documents (PDFs)
- π Embed via
sentence-transformers - π§ Vector search with ChromaDB
- π€ Answer via local LLMs (Ollama)
Ideal for legal, finance, and research teams.
π readme.md
AI-powered static analysis tool with:
- π Code scoring
- π§ Refactoring suggestions
- π¨ Smell detection & complexity checks
- πΎ Session persistence
- βοΈ GPT-4 or βοΈ Ollama support
Fits perfectly into CI/CD or secure coding pipelines.
- β RAG (Retrieval-Augmented Generation)
- β LLM-powered code intelligence
- β LLMs for QA, refactoring, and documentation
- β Hybrid model support (cloud + local LLMs)
- β Enterprise tooling: Git, sessions, audit trails
- β Developer portals and explainability
- β Offline-first architecture with full control
streamlit,openai,ollama,gitpython,pypercliplangchain,chromadb,sentence-transformers,pypdf- Compatible with:
- π§ Ollama models (Mistral, LLaMA2, Deepseek, Codellama)
- βοΈ OpenAI GPT-4 / GPT-3.5
# Clone the repo
git clone https://github.com/your-username/ai-2025-projects.git
cd ai-2025-projects/mini_copilot # or rag_local / code_quality
# Install dependencies
pip install -r requirements.txt
# Run the app
streamlit run copilot_app.py # adjust per app