/images/avatar.png

[NEWS] A recent project: SkinGPT-4: An Interactive Dermatology Diagnostic System with Visual Large Language Model

We are happy to announce the SkinGPT-4: An Interactive Dermatology Diagnostic System with Visual Large Language Model

Skin and subcutaneous diseases rank high among the leading contributors to the global burden of nonfatal diseases, impacting a considerable portion of the population. Nonetheless, the field of dermatology diagnosis faces three significant hurdles. Firstly, there is a shortage of dermatologists accessible to diagnose patients, particularly in rural regions. Secondly, accurately interpreting skin disease images poses a considerable challenge. Lastly, generating patient-friendly diagnostic reports is usually a time-consuming and labor-intensive task for dermatologists. To tackle these challenges, we present SkinGPT-4, which is the world’s first interactive dermatology diagnostic system powered by an advanced visual large language model. SkinGPT-4 leverages a fine-tuned version of MiniGPT-4, trained on an extensive collection of skin disease images (comprising 52,929 publicly available and proprietary images) along with clinical concepts and doctors’ notes. We designed a two-step training process to allow SkinGPT-4 to express medical features in skin disease images with natural language and make accurate diagnoses of the types of skin diseases. With SkinGPT-4, users could upload their own skin photos for diagnosis, and the system could autonomously evaluate the images, identifies the characteristics and categories of the skin conditions, performs in-depth analysis, and provides interactive treatment recommendations. Meanwhile, SkinGPT-4’s local deployment capability and commitment to user privacy also render it an appealing choice for patients in search of a dependable and precise diagnosis of their skin ailments. To demonstrate the robustness of SkinGPT-4, we conducted quantitative evaluations on 150 real-life cases, which were independently reviewed by certified dermatologists, and showed that SkinGPT-4 could provide accurate diagnoses of skin diseases. Though SkinGPT-4 is not a substitute for doctors, it could enhance users’ comprehension of their medical conditions, facilitate improve communication between patients and doctors, expedite the diagnostic process for dermatologists, and potentially promote human-centred care and healthcare equity in underdeveloped areas.

chrome 解决在http协议下无法调用摄像头和麦克风的问题

**问题描述:**近期在Gradio开发的时候,发现自己服务器搭建的http无法在Chrome下开启麦克风和摄像头

解决方案:

在浏览器地址栏中输入“chrome://flags/#unsafely-treat-insecure-origin-as-secure”,回车

该选项置为Enabled

在输入框中输入需要访问的地址,多个地址使用“,”隔开

然后点击右下角弹出的Relaunch按钮

重启浏览器之后就可以在添加的http地址下调用摄像头和麦克风了

https://cdn.jsdelivr.net/gh/JoshuaChou2018/oss@main/uPic/881fe814429a41cda3010bb39e88c20c~tplv-k3u1fbpfcp-zoom-in-crop-mark:4536:0:0:0.0cK0Zt.awebp

Mac更新后无法连接Apple所有服务

问题描述

Mac更新后无法使用任何Apple服务,比如无法退出Apple ID,无法进入Apple Store,但是其它网络连接均正常。

解决方案

  • 打开/Library/Preferences/SystemConfiguration 这个文件夹
  • 删除除了com.apple.Boot.plist 之外的其他文件,然后重新启动

macOS上使用Openconnect代替Cisco Anyconnect

今天Cisco Anyconnect莫名奇妙用不了,重新安装却提示安装器错误,于是找到了Openconnect这个替代品

下面说下Openconnect安装方法:

命令行模式:

1
brew install openconnect

GUI模式:

1
brew install openconnect-gui --cask

安装完之后, 发现GUI打不开, 提示来自不被信任的开发者, 这个时候需要我们开启权限允许所有来源的软件:

1
sudo spctl --master-disable