Deokumarjnu/ATS
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# pdf ->(otodf2) text-> api-> reasponse # Run Project # Create virtual environment -> conda create -p venv python==3.10 -y -> conda activate venv/ # Install all requiered liabraries -> pip install -r requirements.txt # Run the app -> streamlit run app.py