Spaces:
Running
Running
A newer version of the Gradio SDK is available:
5.5.0
metadata
title: Ai Scraper
emoji: π
colorFrom: gray
colorTo: yellow
sdk: gradio
sdk_version: 4.31.4
app_file: app.py
pinned: false
Scrape and Summarize Web Content with AI
Overview
This project provides an easy way to scrape and summarize web content using advanced AI models hosted on Hugging Face. It leverages the capabilities of ScrapeGraphAI and integrates a user-friendly interface with Gradio. The project allows users to input a prompt and a source URL to obtain summarized web content without writing any code.
Features
- No-code interface: Easily scrape and summarize web content.
- Advanced AI models: Utilizes Hugging Face models for language processing and embeddings.
- Gradio integration: User-friendly interface to interact with the models.
- Customizable: Change models and configurations as needed. (coming soon)
Configuration
- Models:
- The project uses
Mistral-7B-Instruct-v0.2
for the language model andsentence-transformers/all-MiniLM-l6-v2
for embeddings.
- The project uses
Contributing
Contributions are welcome! Please submit pull requests or open issues to suggest improvements.