Skip to content

guy-977/galen-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

galen-ai

Demo for skin lesions detection using deep learning CNN model and explain predictions using LLMs for end users.

set up

install dependancies

pip install requirements.txt

Create .streamlit/secrets.toml file to store API keys if you are going to use Groq cloud (default option), define the API key in the secrets.toml file as follows:

GROQ_API_KEY= "YOUR OWN API KEY"

if you are going to use Clarifai API (requries manual modification of the code) define it as follows:

CLARIFAI_PAT= "YOUR OWN TOKEN"

run the streamlit app

streamlit run main.py