FaresMo2 / Skin-Cancer-Detection

Skin Cancer Detection is a web application that helps users determine the likelihood of having skin cancer by uploading an image of their skin. The app utilizes AI to analyze the image and provide results, which are displayed in the user's profile.
https://skin-cancer-detection-nu.vercel.app
1 stars 0 forks source link

Skin Cancer Detection 🧬

Skin Cancer Detection is a web application that helps users determine the likelihood of having skin cancer by uploading an image of their skin. The app utilizes AI to analyze the image and provide results, which are displayed in the user's profile.

Technologies Used:

3rd Party Libraries:

Project Status:

Feel free to explore the front-end and integrate it with your preferred AI solution to bring the app to life.


Features:

  1. Image Upload: Users can upload images for analysis.
  2. Profile Page: Results are displayed in the user’s profile.
  3. Responsive Design: Built with Tailwind CSS, ensuring it works across devices.

Live Demo:

Visit the live demo here


Installation and Setup:

  1. Clone the repository:

    
    git clone https://github.com/your-repo/skin-cancer-detection.git
  2. Install dependencies:

    
    npm install
  3. Run the development server:

    
    npm run server
  4. Start the application:

    
    npm run dev

Future Improvements:

Note: The AI functionality is currently not operational as it is not yet linked to any API. However, the front-end is fully functional and can be integrated with an AI API of your choice for complete functionality.