File size: 1,083 Bytes
24a9032
 
 
 
 
645e214
24a9032
 
 
 
645e214
24a9032
645e214
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
38
39
40
41
42
43
44
45
46
47
48
49
50
---
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

1. Enter your text in the input box
2. Adjust the maximum and minimum summary length if desired
3. Click submit to generate the summary

## Technical Details

- Model: DeepSeek
- Framework: Gradio
- Backend: Transformers library

## Local Development

To run this application locally:

1. Clone the repository
2. Install the requirements:
   ```bash
   pip install -r requirements.txt
   ```
3. Run the application:
   ```bash
   python app.py
   ```

## License

This project is licensed under the MIT License - see the LICENSE file for details.