|
⚡ SYSTEM STATUS: ONLINE [LOCAL_CORE_RUNNING]
An End-to-End Local LLM Supervised Fine-Tuning (SFT) Pipeline with Hybrid Guardrails & Premium Streamlit UIWhy build this? Generative AI models are powerful, but they hallucinate when asked about highly specific, localized personal domains (like your exact resume details). Portfolio-Genie-AI solves this by implementing a full-cycle MLOps pipeline to fine-tune an open-weights LLM on custom datasets, wrapped inside a production-grade Hybrid Guardrail Architecture to completely eliminate hallucinations and deliver premium micro-interactions.
# 1. Clone the Architecture & Navigate inside
git clone [https://github.com/ADITYA990-IND/Portfolio-Genie-AI.git]
cd Portfolio-Genie-AI
# 2. Configure Environment & Dependencies
python -m venv venv
# 3. Direct Pip Execution to install frameworks
.\venv\Scripts\pip.exe install -r requirements.txt
.\venv\Scripts\pip.exe install streamlit
# 4. Trigger Local Fine-Tuning Execution
.\venv\Scripts\python.exe src/train.py
# 5. Run the Premium Chat Interface
.\venv\Scripts\streamlit.exe run app.py
Made with ⚡ by ADITYA990-IND — Core Local LLM Pipeline Framework © 2026 |
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|