Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,30 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
This app can generate a headline for a given paragraph or a paraghraph from a headline. <br>
|
13 |
+
To use: <br>
|
14 |
+
Paste text into input text box. <br>
|
15 |
+
To generate a headline, click on "Generate headline", to generate a short paragraph, click on "Generate short Paragraph" <br>
|
16 |
+
|
17 |
+
<b>Reference:</b> <br>
|
18 |
+
Headline = "Introducing droidlet, a one-stop shop for modularly building intelligent agents"
|
19 |
+
Content = "Droidlet is a platform for building intelligent agents that simplifies integrating a wide range of machine learning algorithms to facilitate rapid prototyping.
|
20 |
+
It can be used to quickly test out different algorithms with a robot.
|
21 |
+
Droidlet can help researchers easily build agents that can complete complex tasks in the real world or in simulated environments.
|
22 |
+
This article introduces Droidlet and explains how the platform works." <br>
|
23 |
+
|
24 |
+
<b>Example - Headline generation:</b> <br>
|
25 |
+
Input = "Droidlet is a platform for building intelligent agents that simplifies integrating a wide range of machine learning algorithms to facilitate rapid prototyping.
|
26 |
+
It can be used to quickly test out different algorithms with a robot.
|
27 |
+
Droidlet can help researchers easily build agents that can complete complex tasks in the real world or in simulated environments.
|
28 |
+
This article introduces Droidlet and explains how the platform works." <br><br>
|
29 |
+
Output from model = "Droidlet helps researchers develop robot-like agents with automated physics" <br>
|
30 |
+
|
31 |
+
<b>Example - short paraghraph generation:</b> <br>
|
32 |
+
Input = "Introducing droidlet, a one-stop shop for modularly building intelligent agents" <br><br>
|
33 |
+
Output from model = "The team behind the project has partnered with Google to design and build smart agents.
|
34 |
+
The company is looking to expand its presence over time.
|
35 |
+
It will allow companies to build real-world agents in many different ways,
|
36 |
+
such as building robots, creating artificial intelligence, and more.
|
37 |
+
The new product is available for purchase in the UK.
|
38 |
+
In addition, the company has announced that it will be able to build one of the most effective agents in the world."
|