{"id":24972979,"url":"https://github.com/weaviate-tutorials/crossword-ollama","last_synced_at":"2025-03-29T06:11:01.525Z","repository":{"id":255554929,"uuid":"852413455","full_name":"weaviate-tutorials/crossword-ollama","owner":"weaviate-tutorials","description":"Crossword generator using Ollama","archived":false,"fork":false,"pushed_at":"2024-09-05T19:18:42.000Z","size":2825,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T18:11:22.323Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weaviate-tutorials.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-09-04T19:02:16.000Z","updated_at":"2024-09-05T19:18:46.000Z","dependencies_parsed_at":"2024-09-06T02:35:15.257Z","dependency_job_id":null,"html_url":"https://github.com/weaviate-tutorials/crossword-ollama","commit_stats":null,"previous_names":["weaviate-tutorials/crossword-ollama"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaviate-tutorials%2Fcrossword-ollama","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaviate-tutorials%2Fcrossword-ollama/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaviate-tutorials%2Fcrossword-ollama/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaviate-tutorials%2Fcrossword-ollama/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weaviate-tutorials","download_url":"https://codeload.github.com/weaviate-tutorials/crossword-ollama/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246145079,"owners_count":20730495,"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":"2025-02-03T18:11:02.167Z","updated_at":"2025-03-29T06:11:01.486Z","avatar_url":"https://github.com/weaviate-tutorials.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crossword Puzzle Generator\n\nThis repository contains code that creates clues and answers for a topic\nthat you supply. It uses the clue-answer pairs to create a crossword puzzle.\n\nThe project uses an LLM from [Ollama](https://ollama.com/) that is hosted\nlocally. Ollama provides an interface to the LLM.\n\nThe first notebook shows you how to import data and create a collection that\nyou can use to generate the clue-answer pairs. The example uses Sherlock Holmes\nas a subject. You can also change the subject and the input data.\n\nThe other notebook generates the puzzle.\n\n## Get started\n\nThere are two notebooks in the `jupyter-notebooks` directory:\n\n- [`crossword-setup.ipynb`](#crcrossword-setupipynb)\n- [`crossword-create-puzzle.ipynb`](#crossword-create-puzzleipynb).\n\n### crossword-setup.ipynb\n\nThe `crossword-setup.ipynb` notebook does these things:\n\n- Gathers prerequisites\n- Sets up a collection\n- Imports data\n- Connects you to a locally hosted LLM\n\n### crossword-create-puzzle.ipynb\n\nThe `crossword-create-puzzle.ipynb` notebook does these things:\n\n- Creates a list of puzzle answers\n- Creates clues for each answer\n- Uses the clue-answer pairs to generate a puzzle\n\n## Requirements\n\nThis project requires Ollama. If haven't already installed Ollama, follow the\ninstructions on the Ollama website to download it.\n\nThere are sample data files from [Project Gutenberg](https://www.gutenberg.org/)\nin the `inputs` folder. If you want to change the data in the collection, you\nneed to change the input files.\n\n## Credits\n\nThe code that uses the list to generate a puzzle is a lightly modified version\nof the [`crossword_helmig`](https://github.com/jeremy886/crossword_helmig)\nproject.\n\nThe sample data is from [Project Gutenberg](https://www.gutenberg.org/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweaviate-tutorials%2Fcrossword-ollama","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweaviate-tutorials%2Fcrossword-ollama","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweaviate-tutorials%2Fcrossword-ollama/lists"}