Forum in maintenance, we will back soon 🙂
Promt for Summarizing the content and providing the NLP, Salience Score and other Data
I want a promt that can fetch article data through the URL as GPT 4 have plugin access or we can paste the entire article (I would loved the first one) and that can analyze the content and also can try to fetch related data and provide me with the TOP 20 Entities with the salience score of the current article and give suggestions that how much I've to make it for competing with my competitors.Â
There are many terms comes when we try to do it so as a overview what I want, sharing with you Sir.Â
Hi Ahmad, please break down the tasks you want into bullet points.
And explain the steps you want in more detail.
You want to input a URL. Feed it to the Language Model and:
...
1. As a user I will provide 5 to 10 URLs to the script
2. The script should scrap/visit all 5 to 10 URLs and extract the top 20 entities and top 20 LSI keywords from those sites. (except repeating)
3. now i will again give one url and ask to compare my article entities and LSI with the scraped ones
4. now i will ask for optimize my article according to those entities and LSI which aare not available in my article
yeah Ahmad, I got your point, but this cant be implemented with a prompt, you will need to create an automation script.
that connect with google and read the articles, you can use the blog summarize script we used in the course.
you can change the summary prompt to extract the keywords or whatever you want. and then continue other tasks.Â
Â