https://github.com/evilfreelancer/simple-crew-ai
https://github.com/evilfreelancer/simple-crew-ai
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/evilfreelancer/simple-crew-ai
- Owner: EvilFreelancer
- Created: 2024-05-31T12:26:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T10:29:36.000Z (about 2 years ago)
- Last Synced: 2025-03-29T10:32:09.643Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Prepare environment:
```shell
python3.11 -m venv venv
source venv/bin/activate
pip install requirements.txt
```
Run notebook:
```shell
jupyter-notebook job-posting.ipynb
```