File size: 325 Bytes
e65c762
 
 
 
 
 
 
 
f7a06d6
 
 
 
 
e65c762
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# installing conda naviagtor
# create virtual Environment
--> conda create -n yolo_env python=3.8
--> conda activate yolo_env

# installing necessary packages
--> pip install -r requirements

pip install pymupdf
pip install openai
pip install streamlit
pip install pillow

# run main 
 --> streamlit run main.py