Medini / README.md
PuruAI's picture
Update README.md
ba49f1b verified

A newer version of the Gradio SDK is available: 6.12.0

Upgrade
metadata
title: Medini AI Space
emoji: 🤖
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.46.0
app_file: app.py
pinned: false

Medini AI Space

Overview

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.

Features

  • Interactive Gradio interface.
  • Public embedding model, no authentication token required.
  • Fallback to GPT-2 if main model fails.
  • Logging for debugging and monitoring.

How to Run

  1. Ensure all dependencies are installed:
pip install -r requirements.txt
  1. Launch the app:
python app.py
  1. Open the URL provided by Gradio to interact with the AI.

Notes

  • No Hugging Face token is required for public model access.
  • Handles model load failures gracefully.
  • Recommended to deploy on Hugging Face Spaces for easy hosting.