Hello everyone, i am about to embark on a project with GPT, and i am hoping to get some help.
You see, the idea is to have a page where different companies can instert links (in the form of URLs) to their website or products. Then the goal is to have the AI read the contents of the website and generate a summary of the given company or product. Like who is the company? What is their mission? What do they do?
My initial idea was to create a webscraper using Python, in order to extract the text from the website. This text would then be prompted to a GPT assistant which would summarize the contents of the website.
Is this feasible? Would this be the most efficient way to do it? Are there other, more reliable ways to achieve this goal?
Thanks in advance 👋
