Skip to content

Derma is an AI skin health assistant which helps to identify your possible skin condition with just few clicks, before things get worse.

License

Notifications You must be signed in to change notification settings

suravshrestha/derma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Derma

Derma is an AI skin health assistant which helps to identify your possible skin condition with just few clicks, before things get worse.

Demonstration

derma-demo.mp4

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

This might take a while to complete.

  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

You can view the application at http://localhost:3000/.

About

Derma is an AI skin health assistant which helps to identify your possible skin condition with just few clicks, before things get worse.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •