Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewthomasson/job-scraping-llm-qna
using gpt4all to qua scraped data from LinkedIn
https://github.com/drewthomasson/job-scraping-llm-qna
Last synced: about 9 hours ago
JSON representation
using gpt4all to qua scraped data from LinkedIn
- Host: GitHub
- URL: https://github.com/drewthomasson/job-scraping-llm-qna
- Owner: DrewThomasson
- License: mit
- Created: 2024-05-05T00:31:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T16:35:44.000Z (6 months ago)
- Last Synced: 2024-05-09T17:40:58.001Z (6 months ago)
- Language: Python
- Size: 908 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Job-scraping-llm-QnA
using gpt4all to qua scraped data from LinkedInneeded installs:
gpt4all- for loading and running the llms
tqdm -for the terminal loading bar
selenium and firefox are needed for the web scraping from indeed
`pip install tqdm gpt4all ollama selenium PyQt5`
run using `Python run.py` for a modifed json output that answers the specified questions
run using `python run_csv_output.py` for a csv output file that answers the specified questions
## To update all of the code with a git pull withoput a warning run
`git fetch --all && git reset --hard origin/main`