GitXplorerGitXplorer
Y

symptoai

public
0 stars
0 forks
1 issues

Commits

List of commits on branch main.
Unverified
817c9ca905b76ed1e7a9a24c5c00ed6064957f9a

feat: back button diseases page

YYash-Singh1 committed 2 years ago
Unverified
1357f74abfe99e363d7c159f3ca821a0b66b8122

fix: disease page improvs

YYash-Singh1 committed 2 years ago
Unverified
9bd45d3c431afb2c2fbab8e20ae46693dff7d370

feat: fixes

YYash-Singh1 committed 2 years ago
Unverified
a8a375ab1e9d36444e6a3f3e0cb57d252ca2184f

feat: diseases page

YYash-Singh1 committed 2 years ago
Unverified
69f1a910807294dcaf5bb3ce50f4aa9e31204457

fix: phone numbers

YYash-Singh1 committed 2 years ago
Unverified
c6e96fdb62a21a5984c46ab22e7a44cb1fc434ca

feat: shud work now

YYash-Singh1 committed 2 years ago

README

The README file for this repository.

SymptoAI

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.

Web Scraping

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

Next.js

This site is written using Next.js. To run the site:

  • dev -- The dev script starts up a development server for the Next.js site.
  • build -- The build script generates a production build for the site.
  • start -- The start script starts up a preview server of the generated build.
  • lint -- The lint script runs the lint task with Next.js style output.