Back to Home
manojmk04 icon

job_recommender

Verified Safe

by manojmk04

Overview

A local Streamlit application that analyzes PDF resumes using a local Ollama model to summarize, identify skill gaps, and create career roadmaps, while also fetching job recommendations from LinkedIn and Naukri via Apify.

Installation

Run Command
python mcp_server.py

Environment Variables

  • OLLAMA_URL
  • OLLAMA_MODEL
  • OLLAMA_TIMEOUT
  • APIFY_API_KEY

Security Notes

The application loads API keys from environment variables. It interacts with a local Ollama instance by default for LLM inference and an external Apify service for job fetching. User-provided resume text is sent to the local Ollama, and derived keywords are sent to Apify. No direct 'eval' or obvious malicious patterns found. The primary risks involve the security of the local Ollama setup and the trusted use of the Apify service with an API key.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2775
Stars0
Forks0
Last Update2025-11-19

Tags

Resume AnalysisJob SearchAIOllamaStreamlitApifyMCP