An open API service indexing awesome lists of open source software.

https://github.com/evilfreelancer/simple-crew-ai


https://github.com/evilfreelancer/simple-crew-ai

Last synced: 8 months ago
JSON representation

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
```