diff --git a/README.md b/README.md index 8f29a1f..3730f9d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -# Drug-Classification -This app is a part of the Beginner's Guide to CI/CD for Machine Learning. It teaches how to automate training, evaluation, and deployment of models to Hugging Face using GitHub Actions. +# 💊 Drug Classification: CI/CD for Machine Learning + +This repository is a hands-on guide for automating the ML lifecycle. It demonstrates how to use **GitHub Actions** to automate the training, evaluation, and deployment of a drug classification model directly to **Hugging Face Spaces**. + +**Source Repository:** [kingabzpro/CICD-for-Machine-Learning](https://github.com/kingabzpro/CICD-for-Machine-Learning) + +![Dashboard Preview](assets/screenshot-2026-04-29.png) + +## 🚀 Key Features +* **Automated Training:** Retrains the model whenever new data is pushed. +* **Model Evaluation:** Checks performance metrics before deployment. +* **Seamless Deployment:** Syncs the model and Gradio/Streamlit app to Hugging Face. + diff --git a/assets/Screenshot 2026-04-29.png b/assets/Screenshot 2026-04-29.png new file mode 100644 index 0000000..905257b Binary files /dev/null and b/assets/Screenshot 2026-04-29.png differ