feder-cr / linkedIn_auto_jobs_applier_with_AI

LinkedIn_AIHawk is a tool that automates the jobs application process on LinkedIn. Utilizing artificial intelligence, it enables users to apply for multiple job offers in an automated and personalized way.
MIT License
12.03k stars 1.87k forks source link

Adding Google Gemini Implementation #341

Closed khalid-faiz closed 1 week ago

khalid-faiz commented 1 week ago

Added GeminiModel class with its import, updated requirements.txt and README.txt.

air55555 commented 1 week ago

@khalid-faiz great work , could you please provide some artifacts - test logs , generated failes , etc

khalid-faiz commented 1 week ago

@air55555 Should I share the output folder?

khalid-faiz commented 1 week ago

@air55555 here are the output files, I hope this is what you are after failed.json open_ai_calls.json skipped.json skipped_due_to_applicants.json success.json

air55555 commented 1 week ago

@khalid-faiz thanks ! we re interested especially in gemini interaction log. How successful it was ? comparison with open ai ?

khalid-faiz commented 1 week ago

@air55555 I can't compare the two because I didn't use it with open ai, but it is more seamless than the implementation I did at the beginning (from the main branch), the v3 branch is much more modular.