Skip to content
/ derma Public
forked from suravshrestha/derma

An Artificial Intelligence application for predicting skin diseases.

License

Notifications You must be signed in to change notification settings

Sk47R/derma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Derma

An Artificial Intelligence application for predicting skin diseases.

Requirements

Usage

  1. Clone the repository
git clone https://github.com/suravshrestha/derma.git
  1. Navigate to the repository 📂
cd derma
  1. Install the dependencies
cd frontend
npm install
cd ../backend
npm install

Have patience, this might take a while.

  1. Create a .env file inside the backend folder and set the following credentials:
#.env
JWT_SECRET_KEY=
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=

Get the Cloudinary credentials from your Cloudinary Dashboard

  1. Start the backend development server
npm run dev
  1. Open a new terminal from frontend folder and run the frontend development server
npm run start

The application can be viewed at http://localhost:3000/

About

An Artificial Intelligence application for predicting skin diseases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.0%
  • HTML 2.5%
  • Dockerfile 1.2%
  • CSS 0.3%