GithubHelp home page GithubHelp logo

skinscan's Introduction

SkinScan

Installation

# Cloning the repository
git clone https://github.com/Zhongheng-Cheng/SkinScan
cd SkinScan

# [Optional] Creating virtual environment
python -m venv venv
source venv/bin/activate

# Download dependencies
pip install -r requirements.txt

# Setup Gemini API key
touch .env
# Enter your Google Gemini API Key in ".env" like this:
# GOOGLE_API_KEY="..."

# Run the project
python app.py

Demo Video

SkinScan demo video - Google Drive

skinscan's People

Contributors

zhongheng-cheng avatar msvasavada avatar

Stargazers

Marco avatar  avatar Wenjun Zhang avatar

Watchers

SUKRITI MAHAJAN avatar  avatar

skinscan's Issues

Question Recommendation

Show question recommendation in the input box
examples:

  • Do I have any allergy to medication or food?
  • Will there be any side effects on treatment
  • How should I take care of my skin on regular basis?
  • Dermatology FAQ

Initial Issues with Dermatology App

  • Format the prompt in image function so that It returns the analysis response in paragraphs and bullets.
  • In Audio function, ask the user to input their photo, or video.
  • In Video function, analyze the video and return multiple frames if the image is from different angles.
  • Ask user to input their age, gender, location.

Chat history storage

Like the interface of ChatGPT, a user can have multiple sessions; each session has its thread of chat history.
The user can continue with any thread at any time.

  • May need to maintain a database with all the sessions and chat histories.
  • After #11 is done.

Login Function

  • Log in/out frontend webpages
  • Display username at chatbox page
  • Maintain a database for storing user information (account, password, ...)

Making the bot more conversational

Make the bot act more conversational, closer to a real doctor diagnosing

  • User information collection
    • Make it a multi-round conversation, like a real doctor
    • Get rid of the questionnaire
  • Ask relevant question in the middle of conversations

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.