Sunil Surendra Singh commited on
Commit
8c4402c
·
1 Parent(s): 95ac24c

Corrected assets path

Browse files
Files changed (1) hide show
  1. streamlit/artifacts/about.md +4 -4
streamlit/artifacts/about.md CHANGED
@@ -11,10 +11,10 @@ This page, describes the app usage and architecture
11
  Input a text paragraph in the provided text space and then click the 'Para' button. The app will analyse the input text and generate a 'paraphrased' version of the input text paragraph while keeping the sense of the paragraph unaltered. Below is an example of input and output...
12
 
13
  #### Input
14
- <img src="https://github.com/sssingh/text-paraphraser-gpt/blob/main/streamlit/assets/input-texts.png?raw=true"/><br>
15
 
16
  #### Output
17
- <img src="https://github.com/sssingh/text-paraphraser-gpt/blob/main/streamlit/assets/result-text.png?raw=true"/>
18
 
19
  * Please keep in mind that this sample demo app is hosted utilizing the free tiers of'streamlit community cloud' and 'Amazon Web Services,' making it useable but somewhat lacking in speed and quality of paraphrasing.
20
  * Due to cost and resource limits, the App currently only supports a maximum of 100 words per paraphrase request.
@@ -24,7 +24,7 @@ Input a text paragraph in the provided text space and then click the 'Para' butt
24
 
25
  ##### App Architecture:
26
 
27
- <img src="https://github.com/sssingh/text-paraphraser-gpt/blob/main/streamlit/assets/architecture.png?raw=true"/>
28
 
29
  The app has three main components:
30
  1. **Streamlit cloud hosted UI**:
@@ -43,7 +43,7 @@ The app has three main components:
43
  * The app is set up to utilize the 'text-davinci-003' LLM. This may easily be changed to utilize any other more powerful LLM for better results, but the charges to be paid to OpenAI will most likely increase proportionally.
44
 
45
  # Project Source
46
- [👉 Visit GitHub Repo](https://github.com/sssingh/text-paraphraser-gpt)
47
 
48
  # Contact Me
49
  [![email](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:sunil.surendra.singh7@gmail.com)
 
11
  Input a text paragraph in the provided text space and then click the 'Para' button. The app will analyse the input text and generate a 'paraphrased' version of the input text paragraph while keeping the sense of the paragraph unaltered. Below is an example of input and output...
12
 
13
  #### Input
14
+ <img src="https://github.com/sssingh/nlp-text-paraphraser-gpt/blob/main/streamlit/assets/input-texts.png?raw=true"/><br>
15
 
16
  #### Output
17
+ <img src="https://github.com/sssingh/nlp-text-paraphraser-gpt/blob/main/streamlit/assets/result-text.png?raw=true"/>
18
 
19
  * Please keep in mind that this sample demo app is hosted utilizing the free tiers of'streamlit community cloud' and 'Amazon Web Services,' making it useable but somewhat lacking in speed and quality of paraphrasing.
20
  * Due to cost and resource limits, the App currently only supports a maximum of 100 words per paraphrase request.
 
24
 
25
  ##### App Architecture:
26
 
27
+ <img src="https://github.com/sssingh/nlp-text-paraphraser-gpt/blob/main/streamlit/assets/architecture.png?raw=true"/>
28
 
29
  The app has three main components:
30
  1. **Streamlit cloud hosted UI**:
 
43
  * The app is set up to utilize the 'text-davinci-003' LLM. This may easily be changed to utilize any other more powerful LLM for better results, but the charges to be paid to OpenAI will most likely increase proportionally.
44
 
45
  # Project Source
46
+ [👉 Visit GitHub Repo](https://github.com/sssingh/nlp-text-paraphraser-gpt)
47
 
48
  # Contact Me
49
  [![email](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:sunil.surendra.singh7@gmail.com)