resolves a few issues from other folders
This commit is contained in:
parent
f9c755dd32
commit
ba7478407a
2 changed files with 3 additions and 3 deletions
|
|
@ -37,8 +37,8 @@ An Agentic recruitment system built on phidata and Streamlitthat automates the t
|
||||||
1. **Setup Environment**
|
1. **Setup Environment**
|
||||||
```bash
|
```bash
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
|
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
|
||||||
cd ai_agent_tutorials/ai_recruitment_agent_team
|
cd ai_agent_tutorials/ai_recruitment_agent_team
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
google-generativeai==0.8.3
|
google-generativeai==0.8.3
|
||||||
streamlit==1.30.0
|
streamlit==1.41.1
|
||||||
phidata==2.7.2
|
phidata==2.7.2
|
||||||
Pillow==11.0.0
|
Pillow==11.0.0
|
||||||
duckduckgo-search==6.3.7
|
duckduckgo-search==6.3.7
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue