Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.29.0
metadata
title: Aleespace
emoji: ⚡
colorFrom: red
colorTo: pink
sdk: gradio
pinned: false
license: apache-2.0
short_description: For hosting DeepSeek LLM to be used in applications.
DeepSeek Text Summarizer
This Hugging Face Space provides an interface for text summarization using the DeepSeek model. Users can input any text and get an AI-generated summary with customizable length parameters.
Features
- Easy-to-use web interface
- Adjustable summary length
- Support for long text inputs
- Example texts included
Usage
- Enter your text in the input box
- Adjust the maximum and minimum summary length if desired
- Click submit to generate the summary
Technical Details
- Model: DeepSeek
- Framework: Gradio
- Backend: Transformers library
Local Development
To run this application locally:
- Clone the repository
- Install the requirements:
pip install -r requirements.txt
- Run the application:
python app.py
License
This project is licensed under the MIT License - see the LICENSE file for details.