{"id":27962869,"url":"https://github.com/stynw7/ablework-ai","last_synced_at":"2026-05-19T10:02:14.086Z","repository":{"id":287912672,"uuid":"953914135","full_name":"StyNW7/AbleWork-AI","owner":"StyNW7","description":"FindIT Hackathon 2025 - AI Repository - Team Overclock","archived":false,"fork":false,"pushed_at":"2025-04-14T15:22:20.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T19:57:28.888Z","etag":null,"topics":["ai","ai-review-site","flask","python3","recommendation-system"],"latest_commit_sha":null,"homepage":"https://ablework-ai-production.up.railway.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/StyNW7.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,"zenodo":null}},"created_at":"2025-03-24T09:28:13.000Z","updated_at":"2025-04-14T15:33:10.000Z","dependencies_parsed_at":"2025-04-14T16:36:19.554Z","dependency_job_id":"55af0a5e-e322-4e95-8ac4-7eb21346e991","html_url":"https://github.com/StyNW7/AbleWork-AI","commit_stats":null,"previous_names":["stynw7/ablework-ai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StyNW7%2FAbleWork-AI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StyNW7%2FAbleWork-AI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StyNW7%2FAbleWork-AI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StyNW7%2FAbleWork-AI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StyNW7","download_url":"https://codeload.github.com/StyNW7/AbleWork-AI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252949306,"owners_count":21830150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","ai-review-site","flask","python3","recommendation-system"],"created_at":"2025-05-07T19:57:31.804Z","updated_at":"2026-05-19T10:02:14.010Z","avatar_url":"https://github.com/StyNW7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AbleWork - AI Repository\n\nThis repository contains the AI-related code for the AbleWork application.\n\n## Prerequisites\n\nBefore setting up the project, make sure you have the following tools and software installed:\n\n- **Python 3.x** (recommended: Python 3.8 or higher)\n- **pip** (Python package installer)\n\n## Installation\n\nFollow these steps to set up the AI components locally:\n\n### 1. **Set Up Python Virtual Environment**:\n\nTo ensure the project runs with the correct dependencies, it is recommended to use a virtual environment. Follow these steps:\n\n- Create a virtual environment:\n  ```bash\n  python -m venv venv\n  ```\n\n- Activate the virtual environment:\n\n  On Windows:\n  ```bash\n  venv\\Scripts\\activate\n  ```\n\n  On macOS/Linux:\n  ```bash\n  source venv/bin/activate\n  ```\n\n### 2. **Install Python Dependencies**:\n\nOnce the virtual environment is activated, you can install the required Python dependencies.\n\n- Using `requirements.txt`:\n  ```bash\n  pip install -r requirements.txt\n  ```\n\n- Alternatively, you can install the dependencies manually:\n  ```bash\n  pip install flask\n  pip install flask-cors\n  pip install pymupdf\n  pip install scikit-learn\n  pip install huggingface_hub\n  pip install python-dotenv\n  ```\n\n### 3. **Set Up Environment Variables**:\n\nCreate a `.env` file in the root directory to store sensitive information like your Hugging Face API key and other configuration details.\n\nExample `.env` file:\n```ini\nHF_API_KEY=your_huggingface_api_key_here\n```\n\nReplace the placeholder with your Hugging Face API key.\n\n### 4. **Start the AI Server**:\n\nOnce the dependencies are installed and the `.env` file is set up, you can start the AI server by running the following:\n\n```bash\npython main.py\n```\n\nBy default, the server will be running on `http://localhost:5000`.\n\n### 5. **Deactivate Virtual Environment**:\n\nAfter finishing your work, you can deactivate the virtual environment by running:\n\n```bash\ndeactivate\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstynw7%2Fablework-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstynw7%2Fablework-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstynw7%2Fablework-ai/lists"}