lgaleana commited on
Commit
4ef5c66
1 Parent(s): 00eaea3

Update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -15,9 +15,9 @@ Give an URL, generate headlines and images for ads.
15
 
16
  # How does it work:
17
  The program executes the following [AI and code tasks](https://github.com/lgaleana/gen-ads/blob/main/control_flow/main.py), one after the other:
18
- 1. (Code) [get_text_from_url](https://github.com/lgaleana/gen-ads/blob/main/code_tasks/url_text.py): Function generated by ChatGPT-4, that extracts text from an URL.
19
- 2. (AI) [get_headlines](https://github.com/lgaleana/gen-ads/blob/main/ai_tasks/best_headlines.py): From the text, generates headlines.
20
- 3. (AI) [generate_prompt](https://github.com/lgaleana/gen-ads/blob/main/ai_tasks/image_prompt.py): From text, generates a prompt to generate an image.
21
  4. (AI) [image.urls](https://github.com/lgaleana/gen-ads/blob/main/ai/image.py): Generates AI images.
22
 
23
  # How to tune it:
 
15
 
16
  # How does it work:
17
  The program executes the following [AI and code tasks](https://github.com/lgaleana/gen-ads/blob/main/control_flow/main.py), one after the other:
18
+ 1. (Code) [get_text_from_url](https://github.com/lgaleana/gen-ads/blob/main/code_tasks/url_text.py#L2): Function generated by ChatGPT-4, that extracts text from an URL.
19
+ 2. (AI) [get_headlines](https://github.com/lgaleana/gen-ads/blob/main/ai_tasks/best_headlines.py#L5): From the text, generates headlines.
20
+ 3. (AI) [generate_prompt](https://github.com/lgaleana/gen-ads/blob/main/ai_tasks/image_prompt.py#L5): From text, generates a prompt to generate an image.
21
  4. (AI) [image.urls](https://github.com/lgaleana/gen-ads/blob/main/ai/image.py): Generates AI images.
22
 
23
  # How to tune it: