In the era of connection and technological innovation, e-commerce fashion is not a peculiar term. All styles, and fashion trends are shared widely on various social media platforms (Instagram, Tiktok, Facebook, Twitter, etc.). However, in such a big platform, reviewers are coped with lots of idea to make content with in a short amount of time to upload and stay updated within the community. The outfit combinations are vast and the resources are limited to promote the item. Therefore, our service used LLaMa tool to make recommendations and reason with reviewers as to why they should combine this to that item. It’s not only the outfit recommendation but the unique feature is reasoning, which are supporting reasons why this item can go with another.
This app lets the user automatically scrape websites by letting Stablecode generate JavaScript code to parse a part of the HTML and convert it to a CSV. Here is how our app works: The user enters a URL and the app returns the page's HTML. The user can then tell the AI where the data is located, and Stablecode will then write javascript file to parse the HTML and convert the relevant part into a csv. We are taking inputs from the user, that input will be HTML link that user wants to scrape and parse, we have the option given to user to select an element and write a prompt accordingly to scrap and parse that element from the given HTML link. Stablecode will generate JavaScript code to parse part of HTML and convert it into CSV format. This will help users to scrape websites and get JavaScript code for the selected element as well as the Downloadable CSV format code for the selected element.