{"id":28158010,"url":"https://github.com/kynlos/arxer","last_synced_at":"2025-07-27T08:05:32.803Z","repository":{"id":291130566,"uuid":"976683021","full_name":"Kynlos/arxer","owner":"Kynlos","description":"A comprehensive research tool that combines ArXiv paper browsing with AI-powered assistance for academics, researchers, and students","archived":false,"fork":false,"pushed_at":"2025-05-02T23:12:36.000Z","size":171,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-17T07:18:10.765Z","etag":null,"topics":["ai","ampcode","arxiv","bibtex","research"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/Kynlos.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-05-02T14:54:09.000Z","updated_at":"2025-05-02T23:12:39.000Z","dependencies_parsed_at":"2025-05-02T16:33:06.722Z","dependency_job_id":null,"html_url":"https://github.com/Kynlos/arxer","commit_stats":null,"previous_names":["kynlos/arxer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kynlos/arxer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kynlos%2Farxer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kynlos%2Farxer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kynlos%2Farxer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kynlos%2Farxer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kynlos","download_url":"https://codeload.github.com/Kynlos/arxer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kynlos%2Farxer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267327534,"owners_count":24069442,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"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","ampcode","arxiv","bibtex","research"],"created_at":"2025-05-15T09:15:52.431Z","updated_at":"2025-07-27T08:05:32.786Z","avatar_url":"https://github.com/Kynlos.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arxer - AI-Powered ArXiv Research Assistant\n\nArxer is a comprehensive research tool that combines ArXiv paper browsing with AI-powered assistance for academics, researchers, and students. It helps users discover, understand, and manage scientific papers with advanced search capabilities and AI explanations.\n\n![Main](https://github.com/user-attachments/assets/fc85a18a-4b4a-41f2-9e92-ba6e259d7951)\n\n## Features\n\n### Paper Search and Discovery\n- **Advanced ArXiv Search**: Search papers by title, author, abstract, or full text\n- **Category Filtering**: Browse papers by specific ArXiv categories\n- **Date Filtering**: Filter papers by publication date with syntax like `date\u003e2020` or `date\u003c2022`\n- **Quote Support**: Search for exact phrases using quotation marks\n- **Sort Options**: Sort papers by relevance, date, or citation count\n- **Mobile-Responsive Interface**: Access on any device\n\n### AI-Powered Features\n- **Research Chat**: Ask questions about papers and get AI-generated answers\n- **AI Tutor**: Learn concepts through guided Socratic dialogue rather than just getting answers\n- **Paper Explainer**: Generate detailed explanations of papers including:\n  - Key concepts breakdown\n  - Methodology explanation\n  - Research significance\n  - Related areas identification\n- **Paper Recommendations**: Get AI-suggested similar papers based on your interests\n- **Knowledge Graph**: Visualize relationships between papers and research concepts\n- **LaTeX Support**: Render mathematical equations in explanations\n\n### Content Management\n- **Favorites System**: Save papers for later reading\n- **Collections**: Organize papers into custom collections\n- **Citation Management**: Format citations in various academic styles\n- **Reading History**: Track which papers you've viewed\n\n### AI Provider Options\n- **Local LM Studio**: Use local LLMs for privacy and offline access\n- **OpenAI Integration**: Leverage OpenAI models for powerful analysis\n- **Configurable Parameters**: Adjust model, temperature, and token settings\n\n## Configuration\n\n### AI Provider Configuration\nThe system supports multiple AI providers with customizable settings in `ai_config.json`:\n\n```json\n{\n  \"default_provider\": \"local_lmstudio\",\n  \"providers\": {\n    \"local_lmstudio\": {\n      \"endpoint\": \"http://localhost:1234/v1\",\n      \"model\": \"local-model\",\n      \"temperature\": 0.7,\n      \"max_tokens\": 4000\n    },\n    \"openai\": {\n      \"api_key\": \"YOUR_API_KEY\",\n      \"model\": \"gpt-3.5-turbo\",\n      \"temperature\": 0.7,\n      \"max_tokens\": 4000\n    }\n  }\n}\n```\n\n### Search Configuration\nCustomize search behavior including:\n- Default categories\n- Result count per page\n- Sort order preferences\n- Category display options\n\n### User Preferences\nArxer stores user preferences in:\n- `.arxer_history.json`: Reading history\n- `.arxer_favorites.json`: Saved papers and collections\n\n## Requirements\n- PHP 7.4 or higher\n- Web server (Apache/Nginx)\n- API keys for chosen AI providers\n- Internet connection for ArXiv access\n\n## Setup\n1. Place files in web server directory\n2. Configure AI providers in `ai_config.json`\n3. Adjust default settings as needed\n4. Access through web browser\n\n## Usage Tips\n- Use specific search terms for better results\n- Save interesting papers to collections\n- Use the knowledge graph to discover related research\n- Leverage the AI explainer for complex papers\n- Try different AI providers for varied explanations\n\n## Privacy Note\nWhen using OpenAI or other cloud providers, paper content is sent to external APIs. For maximum privacy, configure the local LM Studio option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkynlos%2Farxer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkynlos%2Farxer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkynlos%2Farxer/lists"}