An AI-Powered Repair Assistant for Lenovo Legion Laptops
This is a personal project born out of frustration. I recently had a major issue with my own Lenovo Legion laptop, and I realized how stressful it is to dig through hundreds of pages of technical manuals just to find a simple fix.
I thought, "It would be great if I had an AI that could just look at the problem and tell me what to do."
So, I built The Legion Doctor. It combines the official Lenovo Hardware Maintenance Manual with the power of Google's Gemini AI to give you instant, visual repair guides.
- Visual Diagnosis: Upload a photo of your broken screen, keyboard, or error code.
- RAG (Retrieval-Augmented Generation): It searches the actual Lenovo manual to find the correct repair procedure.
- Voice Guidance: It reads the instructions aloud so you can keep your hands on the screwdriver.
- Privacy: Runs locally with your own API key.
- Install Dependencies:
pip install -r requirements.txt
- Run the App:
streamlit run app.py
- Enter your Gemini API Key and start diagnosing!

