I am trying to make a url detection system.
suppose it will take all urls and i want all blog post urls from that list
as different site has different url structure. it would be great if i can eliminate ml. i want something simpler
ex:
https://example.com/2024/07/03/blog-title-slug -> YES
https://techcrunch.com/contact-us/ -> NO
above are basic example. the system will take huge urls list. and should return specific blog urls.
My Question:
- how can i use gpt to do that effectively.
- is there any other popular solution to do that in production grade?
New contributor
rauob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.