--- title: Audi AI Diagnosis emoji: "🔧" colorFrom: indigo colorTo: blue sdk: streamlit sdk_version: 1.45.1 app_file: app.py pinned: false short_description: Chronic Audi car problem diagnosis agent license: mit --- # 🔧 Audi AI Diagnosis An AI-powered assistant that diagnoses chronic issues in Audi vehicles using an mBART-based language model. ## 🧠 How It Works - Users enter a complaint or symptom (in English). - The AI analyzes it using a fine-tuned mBART model trained on chronic Audi vehicle issues. - Returns a likely technical explanation instantly. Built with: - `transformers` - `torch` - `streamlit` ## 📊 Dataset The dataset used for fine-tuning the model was **manually created by Mahmut Can Boran**. It contains pairs of English user complaints and their corresponding technical diagnoses based on known Audi faults. This dataset is currently private. For access requests, please contact the author. ## 🚀 Launch the App 👉 [Click here to try the app](https://mahmutcanboran-audi-ai-diagnosis.hf.space) ## 🧩 Model This app uses the following custom model: **[`MahmutCanBoran/mbart-audi-diagnosis-agent`](https://huggingface.co/MahmutCanBoran/mbart-audi-diagnosis-agent)** ## 📦 Dependencies Listed in `requirements.txt`: - `transformers` - `torch` - `streamlit` ## 👨‍💻 Author **Mahmut Can Boran** AI Engineer & Automotive Software Enthusiast 📍 Istanbul, Turkey - 🔗 [LinkedIn](https://www.linkedin.com/in/mahmut-can-boran/) - 💻 [GitHub](https://github.com/mahmutcanborann) - 🤗 [Hugging Face](https://huggingface.co/MahmutCanBoran) ## 📄 License MIT – For open use, academic or commercial. Attribution appreciated.