File size: 1,300 Bytes
b7d27f0
 
 
 
 
 
 
 
 
 
d7c693f
b7d27f0
d7c693f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
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 and `sentence-transformers/all-MiniLM-l6-v2` for embeddings.

## Contributing

Contributions are welcome! Please submit pull requests or open issues to suggest improvements.

## Acknowledgements

- [ScrapeGraphAI](https://github.com/VinciGit00/Scrapegraph-ai)
- [Hugging Face](https://huggingface.co/)
- [Gradio](https://gradio.app/)