File size: 237 Bytes
9d793d0
 
 
 
 
 
 
 
8ebaba1
1
2
3
4
5
6
7
8
9
# install the project and dependencies

git clone https://github.com/davideuler/pdf-translator-for-human
cd pdf-translator-for-human
pip install -e .
pip install streamlit pymupdf openai 

# Start the Web Application
streamlit run app.py