danielrosehill commited on
Commit
d007b20
·
1 Parent(s): e3fc509
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -9,9 +9,34 @@ app_file: app/app.py
9
  pinned: false
10
  ---
11
 
 
 
12
  # Prompt And Output Separation Utility
13
 
14
- This is a utility that was generated by Claude Anthropic with prompting by me in order to generate a Streamlit Community Cloud utility for automatically separating prompts and outputs when they are recorded together in one continuous string of text.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  ## Author
17
 
 
9
  pinned: false
10
  ---
11
 
12
+ ![alt text](screenshots/v1/1.png)
13
+
14
  # Prompt And Output Separation Utility
15
 
16
+ [![View on Streamlit](https://img.shields.io/badge/View_on-Streamlit-FF4B4B)]( https://prompt-output-separator.streamlit.app/)
17
+
18
+
19
+ This utility is designed to enable the easy separation of prompts and outputs when they are recorded together in one long continuous text block.
20
+
21
+ The utility uses GPT 3.5 in order to send the prompt and output to the large language model and it uses the LLM both to distinguish between these two items which are sent back in a JSON response and it also suggests a title.
22
+
23
+ The intended use case for this utility is if you have a lot of prompts and outputs recorded together in text files on your computer and you are undertaking the process of adding these to a database in which case having quickly generated titles as well as separated prompts and outputs to distinguish these and the data structure might be useful.
24
+
25
+ As with many projects, this was a collaboration between my prompting and clumsy debugging and the code generation abilities of Claude Anthropic 3.5 Sonnet.
26
+
27
+ ## Screenshots (V1)
28
+
29
+ ![alt text](screenshots/v1/1.png)
30
+
31
+ ![alt text](screenshots/v1/2.png)
32
+
33
+ ![alt text](screenshots/v1/3.png)
34
+
35
+ ![alt text](screenshots/v1/4.png)
36
+
37
+ ![alt text](screenshots/v1/5.png)
38
+
39
+ ![alt text](screenshots/v1/6.png)
40
 
41
  ## Author
42