{"id":15725123,"url":"https://github.com/eggplants/dlsite-recommendation-llm","last_synced_at":"2025-07-28T22:32:10.208Z","repository":{"id":222349573,"uuid":"757007609","full_name":"eggplants/dlsite-recommendation-llm","owner":"eggplants","description":"Recommend DLSite voice works with LLM","archived":false,"fork":false,"pushed_at":"2024-11-09T17:16:58.000Z","size":1859,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-30T17:47:36.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dlsite-recommendation-llm.onrender.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eggplants.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-02-13T18:16:08.000Z","updated_at":"2024-11-09T17:17:00.000Z","dependencies_parsed_at":"2024-04-01T11:31:16.448Z","dependency_job_id":"0f9829a5-ab69-4ba1-a191-ff7b29f5f57d","html_url":"https://github.com/eggplants/dlsite-recommendation-llm","commit_stats":null,"previous_names":["eggplants/dlsite-recommendation-llm"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Fdlsite-recommendation-llm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Fdlsite-recommendation-llm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Fdlsite-recommendation-llm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Fdlsite-recommendation-llm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eggplants","download_url":"https://codeload.github.com/eggplants/dlsite-recommendation-llm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227823510,"owners_count":17825077,"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":[],"created_at":"2024-10-03T22:19:43.619Z","updated_at":"2025-07-28T22:32:10.203Z","avatar_url":"https://github.com/eggplants.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dlsite-recommendation-llm\n\n[![PyPI](\n  \u003chttps://img.shields.io/pypi/v/dlsite-recommendation-llm?color=blue\u003e\n  )](\n  \u003chttps://pypi.org/project/dlsite-recommendation-llm/\u003e\n) [![ghcr](\n  \u003chttps://ghcr-badge.egpl.dev/eggplants/dlsite-recommendation-llm/size\u003e\n  )](\n  \u003chttps://github.com/eggplants/dlsite-recommendation-llm/pkgs/container/dlsite-recommendation-llm\u003e\n) [![Maintainability](\n  \u003chttps://api.codeclimate.com/v1/badges/0bdf5bc3de8b4354d064/maintainability\u003e\n  )](\n  \u003chttps://codeclimate.com/github/eggplants/dlsite-recommendation-llm/maintainability\u003e\n) [![pre-commit.ci status](\n  \u003chttps://results.pre-commit.ci/badge/github/eggplants/dlsite-recommendation-llm/master.svg\u003e\n  )](\n  \u003chttps://results.pre-commit.ci/latest/github/eggplants/dlsite-recommendation-llm/master\u003e\n)\n\nReimplementation of \u003chttps://zenn.dev/cloud_ace/articles/19bd3554ac8432\u003e, but for [DLsite](https://www.dlsite.com/) voice works!\n\n## Deployment\n\n[![Deploy to Render]](https://render.com/deploy?repo=https://github.com/eggplants/dlsite-recommendation-llm)\n\n[![Website]](https://drl.egpl.dev)\n\n![screenshot](https://github.com/eggplants/dlsite-recommendation-llm/assets/42153744/97de9a5d-93a5-4283-be5c-5f248d4620c0)\n\n[Deploy to Render]: \u003chttps://render.com/images/deploy-to-render-button.svg\u003e\n[Website]: \u003chttps://img.shields.io/website?label=drl.egpl.dev\u0026url=https%3A%2F%2Fdrl.egpl.dev\u003e\n\n## Configuration\n\nYou have to copy existing `.env.example` file to `.env` file and fill in to run in local.\n\n- `PINECONE_API_KEY`: Pinecone [API key](https://docs.pinecone.io/docs/projects#api-keys)\n- `PINECONE_INDEX`: Pinecone [index](https://docs.pinecone.io/docs/indexes) name\n- `PINECONE_ENV`: [Pod environment](https://docs.pinecone.io/docs/indexes#pod-environments) to host index DB\n- `OPENAI_API_KEY`: OpenAI [API key](https://platform.openai.com/docs/quickstart/account-setup)\n- `OPENAI_API_MODEL`: OpenAI [model](https://platform.openai.com/docs/models/models)\n- `OPENAI_API_TEMPERATURE`: OpenAI API [sampling temperature](https://platform.openai.com/docs/api-reference/audio/createTranscription#audio-createtranscription-temperature) (to put it simply, it is randomness)\n\n## How to run\n\nYou can fetch data from DLsite with [eggplants/dojinvoice_db](https://github.com/eggplants/dojinvoice_db).\n\n```bash\n# Setup deps\npoetry shell\npoetry install\n\n# Convert SQLite db to CSV file\npython scripts/convert_db_to_csv.py \u003csqlite db file path\u003e\n\n# Create vector data from CSV data and upload to Pinecone\npython scripts/add_doc_to_index.py \u003ccsv file path\u003e\n\n# Launch Streamlit server\ndrl\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggplants%2Fdlsite-recommendation-llm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feggplants%2Fdlsite-recommendation-llm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggplants%2Fdlsite-recommendation-llm/lists"}