Delete README.md
Browse files
README.md
DELETED
|
@@ -1,37 +0,0 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: Medini AI Space
|
| 3 |
-
emoji: 🤖
|
| 4 |
-
colorFrom: blue
|
| 5 |
-
colorTo: purple
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: 5.46.0
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
---
|
| 11 |
-
|
| 12 |
-
# Medini AI Space
|
| 13 |
-
|
| 14 |
-
## Overview
|
| 15 |
-
Medini AI is a generative AI application built on Hugging Face Spaces. It uses a text generation model (`PuruAI/Medini_Intelligence`) and a sentence embedding model (`all-MiniLM-L6-v2`) to provide AI-generated responses to user prompts.
|
| 16 |
-
|
| 17 |
-
## Features
|
| 18 |
-
- Interactive Gradio interface.
|
| 19 |
-
- Public embedding model, no authentication token required.
|
| 20 |
-
- Fallback to GPT-2 if main model fails.
|
| 21 |
-
- Logging for debugging and monitoring.
|
| 22 |
-
|
| 23 |
-
## How to Run
|
| 24 |
-
1. Ensure all dependencies are installed:
|
| 25 |
-
```bash
|
| 26 |
-
pip install -r requirements.txt
|
| 27 |
-
```
|
| 28 |
-
2. Launch the app:
|
| 29 |
-
```bash
|
| 30 |
-
python app.py
|
| 31 |
-
```
|
| 32 |
-
3. Open the URL provided by Gradio to interact with the AI.
|
| 33 |
-
|
| 34 |
-
## Notes
|
| 35 |
-
- No Hugging Face token is required for public model access.
|
| 36 |
-
- Handles model load failures gracefully.
|
| 37 |
-
- Recommended to deploy on Hugging Face Spaces for easy hosting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|