Skip to content

DanielaCordova/AI-2025-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ AI 2025 – Strategic Projects for the Future of Work

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

πŸ“¦ Featured Apps

🧠 1. Mini Copilot – AI-Powered Code Assistant

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)

πŸ“„ README_mini_copilot.md


πŸ“š 2. Local RAG App – Private Question Answering on Documents

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


🧼 3. Code Quality Assistant – AI Review & Refactor

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.

πŸ“„ README_code_quality.md


🧠 2025 AI Themes Covered

  • βœ… 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

βš™οΈ Stack

  • streamlit, openai, ollama, gitpython, pyperclip
  • langchain, chromadb, sentence-transformers, pypdf
  • Compatible with:
    • 🧠 Ollama models (Mistral, LLaMA2, Deepseek, Codellama)
    • ☁️ OpenAI GPT-4 / GPT-3.5

πŸš€ Get Started

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages