8000 GitHub - mzeynali/drug-discovery: This repo is integrated PaddleOCR with ChatGPT using Streamlit
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mzeynali/drug-discovery

Folders and files

< 8000 span class="text-bold">NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drug Discovery

This repo is integrated PaddleOCR with ChatGPT using Streamlit. We can upload image and extract the name of drug and dose, also we can put the list of string drug names and check drug interactions.In this app we run PaddleOCR on CPU, you can change the argument of that to GPU.

plot

Requirements

python -m pip install paddlepaddle-gpu -i https://mirror.baidu.com/pypi/simple

pip3 install -r requirements.txt

How To Run

Set your openai api key in line 20 in app.py : os.environ["OPENAI_API_KEY"] = "Your_API-KEY"

streamlit run app.py

Then enter the below url in your browser.

http://Yout_IP_Address:8501/

About

This repo is integrated PaddleOCR with ChatGPT using Streamlit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0