{"id":24520412,"url":"https://github.com/kaarthik108/subzerosearch","last_synced_at":"2026-06-23T03:31:24.012Z","repository":{"id":273611817,"uuid":"918045944","full_name":"kaarthik108/subzerosearch","owner":"kaarthik108","description":"AI-Powered Recruitment: Simplifying Talent Acquisition.","archived":false,"fork":false,"pushed_at":"2025-02-02T05:13:15.000Z","size":426,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T21:20:43.823Z","etag":null,"topics":["ai","cortex","mistral","snowflake","snowpark","streamlit"],"latest_commit_sha":null,"homepage":"https://subzerosearch.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaarthik108.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-17T06:27:08.000Z","updated_at":"2025-05-08T21:58:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"b2b1e091-61fa-4b5e-bde6-590c43fbca3b","html_url":"https://github.com/kaarthik108/subzerosearch","commit_stats":null,"previous_names":["kaarthik108/subzerosearch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kaarthik108/subzerosearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaarthik108%2Fsubzerosearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaarthik108%2Fsubzerosearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaarthik108%2Fsubzerosearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaarthik108%2Fsubzerosearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaarthik108","download_url":"https://codeload.github.com/kaarthik108/subzerosearch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaarthik108%2Fsubzerosearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34674702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","cortex","mistral","snowflake","snowpark","streamlit"],"created_at":"2025-01-22T02:22:33.302Z","updated_at":"2026-06-23T03:31:23.997Z","avatar_url":"https://github.com/kaarthik108.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SubZeroSearch 🧊\n\nA lightning-fast, AI-powered Applicant Tracking System built on Snowflake's Data Cloud.\n\n![License](https://img.shields.io/badge/license-MIT-blue)\n![Python](https://img.shields.io/badge/python-3.9%2B-blue)\n![Snowflake](https://img.shields.io/badge/snowflake-powered-9cf)\n\n## Overview\n\nSubZeroSearch revolutionizes the recruitment process by leveraging Snowflake's Cortex framework and LLM'2 to provide real-time insights from candidate resumes.\n\n### Key Features\n\n- **Real-time Resume Analysis** - Instant parsing and insights extraction\n- **AI-Powered Search** - Natural language queries across your candidate pool\n- **Interactive Analytics Dashboard** - Visual representation of candidate metrics\n- **Smart Context Retention** - Conversation memory for better search results\n- **Secure Document Management** - Enterprise-grade storage on Snowflake\n\n## Tech Stack\n\n- **Backend**: Snowflake Data Cloud, Snowflake Cortex\n- **Frontend**: Streamlit\n- **AI/ML**: Mistral Large v2, Snowpark\n- **Analytics**: Plotly, Pandas\n- **Data Processing**: MarkItDown\n\n## Quick Start\n\n1. Configure Snowflake credentials:\n\n```env\nAVATAR_URL=\nLOGO_URL=\n\n[connections.snowflake]\naccount =\nuser =\npassword =\nrole =\ndatabase =\nschema =\nwarehouse =\nclient_session_keep_alive = true\n```\n\n2. Install Dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n3. Run the Application:\n\n```bash\nstreamlit run main.py\n```\n\n## Installation\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/yourusername/SubZeroSearch.git\n   cd SubZeroSearch\n   ```\n\n2. **Set Up Environment**:\n\n   Ensure you have Python 3.9+ installed. Create a virtual environment and activate it:\n\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n   ```\n\n3. **Install Required Packages**:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Configure Snowflake**:\n\n   Update the `.env` file with your Snowflake credentials.\n\n## Usage\n\n- **Start the Application**: Use the command `streamlit run main.py` to launch the application.\n- **Access the Dashboard**: Open your browser and navigate to the provided local URL to interact with the dashboard.\n\n## Contributing\n\nWe welcome contributions! Please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/YourFeature`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/YourFeature`).\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaarthik108%2Fsubzerosearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaarthik108%2Fsubzerosearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaarthik108%2Fsubzerosearch/lists"}