{"id":31841588,"url":"https://github.com/dirvine/scientia","last_synced_at":"2025-10-12T05:21:21.178Z","repository":{"id":259521571,"uuid":"875605351","full_name":"dirvine/scientia","owner":"dirvine","description":"Files are dead, long live ideas","archived":false,"fork":false,"pushed_at":"2024-10-26T14:40:20.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-27T06:33:24.870Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dirvine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-10-20T12:36:21.000Z","updated_at":"2024-10-26T14:40:23.000Z","dependencies_parsed_at":"2024-10-26T06:51:23.775Z","dependency_job_id":"a81bd93c-f784-4a59-aebe-289181d2d0df","html_url":"https://github.com/dirvine/scientia","commit_stats":null,"previous_names":["dirvine/scientia"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dirvine/scientia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirvine%2Fscientia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirvine%2Fscientia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirvine%2Fscientia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirvine%2Fscientia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dirvine","download_url":"https://codeload.github.com/dirvine/scientia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirvine%2Fscientia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010341,"owners_count":26084738,"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-10-12T02:00:06.719Z","response_time":53,"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":[],"created_at":"2025-10-12T05:21:17.710Z","updated_at":"2025-10-12T05:21:21.173Z","avatar_url":"https://github.com/dirvine.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scientia AI 🧠\n\nScientia is an AI-powered knowledge exploration and management system that combines a powerful language model with a local knowledge base to provide intelligent responses and insights.\n\n## Features\n\n- 🤖 Advanced AI Chat Interface\n- 📚 Local Knowledge Base Management\n- 🔍 Intelligent Document Processing\n- 📊 Topic Analysis and Exploration\n- 🔄 RAG (Retrieval-Augmented Generation)\n- 📝 Multi-format Document Support (PDF, DOCX, Images)\n- 🔒 Privacy-focused (all data stays local)\n\n## Installation\n\n### Using Homebrew (recommended)\n\n1. Install Homebrew if you haven't already:\n   ```\n   /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n   ```\n\n2. Tap the Scientia repository:\n   ```\n   brew tap scientia-ai/scientia\n   ```\n\n3. Install Scientia:\n   ```\n   brew install scientia\n   ```\n\n### From Source\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/scientia-ai/scientia.git\n   cd scientia\n   ```\n\n2. Create a virtual environment and activate it:\n   ```\n   python3 -m venv venv\n   source venv/bin/activate\n   ```\n\n3. Install uv:\n   ```\n   pip install uv\n   ```\n\n4. Install dependencies using uv:\n   ```\n   uv sync \n   ```\n\n5. Set up the configuration:\n   ```\n   cp config.example.yml config.yml\n   ```\n   Edit `config.yml` with your preferred settings.\n\n5. Run the application:\n   ```\n   python src/main.py\n   ```\n\n### Web Interface\n\nThe web interface provides several features:\n\n1. **Chat Interface**\n   - Interactive conversations with AI\n   - Knowledge base integration\n   - Suggested follow-up questions\n   - Topic analysis mode\n\n2. **Knowledge Base**\n   - Add text or documents\n   - Search existing knowledge\n   - Manage privacy levels\n   - Tag and organize information\n\n3. **Advanced Tools**\n   - Knowledge visualization (coming soon)\n   - Concept mapping (coming soon)\n   - Source analysis (coming soon)\n\n## System Requirements\n\n- Python 3.10+\n- 8GB RAM (16GB recommended)\n- Local storage for knowledge base\n- Optional: NVIDIA GPU for faster processing\n\n## Core Dependencies\n\n- PyTorch: Machine learning framework\n- Transformers: Language model support\n- ChromaDB: Vector database for knowledge storage\n- Streamlit: Web interface\n- Tesseract: OCR support\n\n## Development Setup\n\n1. Set up your environment:\n\n## Contributing\n\n1. Fork the repository from [https://github.com/dirvine/scientia](https://github.com/dirvine/scientia)\n2. Create a feature branch: `git checkout -b feature/amazing-feature`\n3. Commit your changes: `git commit -m 'Add amazing feature'`\n4. Push to the branch: `git push origin feature/amazing-feature`\n5. Open a Pull Request\n\n## License\n\nMIT License - see [LICENSE](LICENSE)\n\n## Support\n\n- 📖 [Documentation](https://github.com/dirvine/scientia#readme)\n- 🐛 [Issue Tracker](https://github.com/dirvine/scientia/issues)\n- 💬 [Discussions](https://github.com/dirvine/scientia/discussions)\n\n---\n\nBuilt with ❤️ using [Streamlit](https://streamlit.io/), [Hugging Face](https://huggingface.co/), and [ChromaDB](https://www.trychroma.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirvine%2Fscientia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirvine%2Fscientia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirvine%2Fscientia/lists"}