SymptoAI is a next-generation AI-based disease predictor that takes in natural language input for your current symptoms and conditions, and outputs the most likely diseases that you have.
The web scraping scripts scrape the content provided on the Mayo Clinic website. These scripts are only for educational purposes and are not to be used for anything else. To run these scripts, run the pnpm
scripts:
-
articles
-- Scrapes out all of the articles that are in the index -
content
-- Gets the content of all of the previously scraped articles
This site is written using Next.js. To run the site:
-
dev
-- Thedev
script starts up a development server for the Next.js site. -
build
-- Thebuild
script generates a production build for the site. -
start
-- Thestart
script starts up a preview server of the generated build. -
lint
-- Thelint
script runs thelint
task with Next.js style output.