aliMohammad16 commited on
Commit
645e214
·
verified ·
1 Parent(s): d17f839

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -2
README.md CHANGED
@@ -3,10 +3,48 @@ title: Aleespace
3
  emoji: ⚡
4
  colorFrom: red
5
  colorTo: pink
6
- sdk: docker
7
  pinned: false
8
  license: apache-2.0
9
  short_description: For hosting DeepSeek LLM to be used in applications.
10
  ---
 
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  emoji: ⚡
4
  colorFrom: red
5
  colorTo: pink
6
+ sdk: gradio
7
  pinned: false
8
  license: apache-2.0
9
  short_description: For hosting DeepSeek LLM to be used in applications.
10
  ---
11
+ # DeepSeek Text Summarizer
12
 
13
+ 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.
14
+
15
+ ## Features
16
+
17
+ - Easy-to-use web interface
18
+ - Adjustable summary length
19
+ - Support for long text inputs
20
+ - Example texts included
21
+
22
+ ## Usage
23
+
24
+ 1. Enter your text in the input box
25
+ 2. Adjust the maximum and minimum summary length if desired
26
+ 3. Click submit to generate the summary
27
+
28
+ ## Technical Details
29
+
30
+ - Model: DeepSeek
31
+ - Framework: Gradio
32
+ - Backend: Transformers library
33
+
34
+ ## Local Development
35
+
36
+ To run this application locally:
37
+
38
+ 1. Clone the repository
39
+ 2. Install the requirements:
40
+ ```bash
41
+ pip install -r requirements.txt
42
+ ```
43
+ 3. Run the application:
44
+ ```bash
45
+ python app.py
46
+ ```
47
+
48
+ ## License
49
+
50
+ This project is licensed under the MIT License - see the LICENSE file for details.