Web App 2024 ~ 2022

2024-08-09 Finalized App with Batch Scrapping Feature :

2024-07-19 Archdaily Context Usage Example :

  1. Load html content using Axios,
    . (and optionally setup a virtual browser for loading blocked content using Chromium)
  2. Start fetching context data using Cheerio
  3. Send fetched context to OpenAI API to anylize :
    . the AI will help sorting important keywords and professional terms from context
    . save the anylized data in JSON
  4. (Sort data and write to SQLite DB in .NET)
  5. (Example of querying data in Revit addin)

2024-07-18 Archdaily Fetcher Test :

  1. Copy and paste project search url with desired page numbers
  2. The program will begin to load pages in CN and search the same project in ENG :
    . Check to select which articles will be fetched
    . Fetched contents preview in both CN and ENG
  3. (Optionally select an AI model for analyzing content)
  4. The AI will help sorting important keywords and professional terms from context
  5. Save the anylized data in JSON for further usage