{"id":29197403,"url":"https://github.com/digdir/digdir-camp-2025-deski","last_synced_at":"2026-04-27T18:02:50.057Z","repository":{"id":299818377,"uuid":"1000815914","full_name":"digdir/digdir-camp-2025-desKI","owner":"digdir","description":"Prototype for en AI-assistent som hjelper kundeservice med å svare på henvendelser basert på dokumentasjon fra Digdir og interne rutiner.","archived":false,"fork":false,"pushed_at":"2025-08-28T12:19:35.000Z","size":169881,"stargazers_count":0,"open_issues_count":28,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2025-08-28T18:46:11.761Z","etag":null,"topics":["2025","ai","digdir-camp","docker","summer-internship","summer-project"],"latest_commit_sha":null,"homepage":"","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/digdir.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-06-12T11:13:12.000Z","updated_at":"2025-08-01T09:01:23.000Z","dependencies_parsed_at":"2025-06-18T13:37:28.251Z","dependency_job_id":"19a1d05c-ffa0-4fc5-85bc-ffe273a9731b","html_url":"https://github.com/digdir/digdir-camp-2025-desKI","commit_stats":null,"previous_names":["digdir/digdir-camp-2025-deski"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/digdir/digdir-camp-2025-desKI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digdir%2Fdigdir-camp-2025-desKI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digdir%2Fdigdir-camp-2025-desKI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digdir%2Fdigdir-camp-2025-desKI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digdir%2Fdigdir-camp-2025-desKI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digdir","download_url":"https://codeload.github.com/digdir/digdir-camp-2025-desKI/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digdir%2Fdigdir-camp-2025-desKI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32348058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["2025","ai","digdir-camp","docker","summer-internship","summer-project"],"created_at":"2025-07-02T07:08:03.255Z","updated_at":"2026-04-27T18:02:50.052Z","avatar_url":"https://github.com/digdir.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DC2025\nPrototype for en AI-assistent som hjelper kundeservice med å svare på henvendelser basert på dokumentasjon fra Digdir og interne rutiner.\n\n## 🚀 Project Setup – Dev Container Enabled\n\nWelcome to the project! This repository is set up for **fast onboarding** using **Visual Studio Code Remote - Containers (Dev Containers)**. Follow the steps below to get started.\n\n---\n\n## 📦 Requirements\n\nMake sure you have the following installed:\n\n- [Docker Desktop](https://www.docker.com/products/docker-desktop) (and it's running)\n- [Visual Studio Code](https://code.visualstudio.com/)\n- [Dev Containers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)\n\n---\n\n## ⚙️ Getting Started\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/your-org/your-project.git\n   cd your-project\n\n\n## 🧑‍💻 Open in Dev Container\n\n4. **Open the folder in VS Code**  \n   - Launch **Visual Studio Code**\n   - Open the project folder (`File` → `Open Folder...`)\n\n5. **Reopen in Container**\n\n   VS Code should prompt you:\n\n   \u003e _\"This folder contains a Dev Container configuration. Reopen in container?\"_\n\n   👉 Click **“Reopen in Container”**\n\n   **If you don’t get the prompt:**\n   - Press `Cmd+Shift+P` (macOS) or `Ctrl+Shift+P` (Windows/Linux)\n   - Search: **`Dev Containers: Reopen in Container`** and run it\n\n6. **Done! 🎉**  \n   The container will automatically:\n   - ✅ Copy `.env.template` → `.env` (if not already present)\n   - ✅ Install dependencies from `requirements.txt`\n   - ✅ Set up a fully configured Python environment ready to use\n\n\n### 🌐 Open the API Docs\n\nOnce the dev container is running and the app has started (automatically or manually), you can open your browser and go to:\n\nhttp://localhost:8000/docs\n\n\nThis opens the **interactive API documentation** powered by **FastAPI (Swagger UI)**, where you can explore and test all available endpoints. \n\nTo use the local finetuned model through AIvar API, do the following:\n1. set USE_AZURE = False in /app/config.py\n2. run \"uvicorn model_server:app --host 0.0.0.0 --port 8001\" from the terminal in jupyter notebook: https://notebook.sandkasse.ai/lab/tree/digdir-camp-2025-desKI/finetuning/use_model\n3. Use http://localhost:8000/docs \n\n---\n# Developer info\nAll services has a Minimal Usage documentation within the class documentation.\nPlease read this and use as intended.\n\nConfig.py includes all standard variables. Change them to change the behaviour of the program.\nExample: USE_AZURE: TRUE -\u003e The program will use an Azure model, FALSE -\u003e The program will use AIvar model.\n\n## 🧹 Ruff\nRuff is a fast, all-in-one Python linter, formatter, and import sorter.\n### Basic Commands\n\n```bash\nruff check . # Lint the codebase\nruff check . --fix # Auto-fix lint issues\nruff format . # Format the code\nruff format --check . # Check formatting\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigdir%2Fdigdir-camp-2025-deski","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigdir%2Fdigdir-camp-2025-deski","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigdir%2Fdigdir-camp-2025-deski/lists"}