{"id":29085304,"url":"https://github.com/corbuncul/word_analitic","last_synced_at":"2026-05-04T22:42:42.669Z","repository":{"id":277058867,"uuid":"929884216","full_name":"corbuncul/word_analitic","owner":"corbuncul","description":"Проект для тренировки в области NLP","archived":false,"fork":false,"pushed_at":"2026-03-25T18:59:29.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-04T22:42:34.540Z","etag":null,"topics":["alembic","fastapi","pydantic","python","spacy","sqladmin","sqlalchemy"],"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/corbuncul.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-09T16:20:11.000Z","updated_at":"2026-03-25T18:59:26.000Z","dependencies_parsed_at":"2025-02-11T23:24:21.386Z","dependency_job_id":"430e3d01-3246-4041-b36a-8ac2ac10c53e","html_url":"https://github.com/corbuncul/word_analitic","commit_stats":null,"previous_names":["corbuncul/word_analitic"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/corbuncul/word_analitic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbuncul%2Fword_analitic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbuncul%2Fword_analitic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbuncul%2Fword_analitic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbuncul%2Fword_analitic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corbuncul","download_url":"https://codeload.github.com/corbuncul/word_analitic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbuncul%2Fword_analitic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32628211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: 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":["alembic","fastapi","pydantic","python","spacy","sqladmin","sqlalchemy"],"created_at":"2025-06-27T23:01:01.023Z","updated_at":"2026-05-04T22:42:42.654Z","avatar_url":"https://github.com/corbuncul.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Проект для тренировки в области NLP.\n\nНаписан на FastAPI, SQLAlchemy, Alembic, Pydantic и spaCy.\nПроизводит поиск в тексте ключевых и стоп слов. Ключевые и стоп слова можно добавить через эндпоинты.\n\nИмеется админка, без авторизации.\n\n## Установка\n- Клонировать репозиторий и перейти в него в командной строке:\n\n    ```bash\n    git clone https://github.com/corbuncul/word_analitic.git\n    ```\n\n    ```bash\n    cd word_analitic\n    ```\n\n- Cоздать и активировать виртуальное окружение:\n\n    При разработке использовалась версия python 3.11.9\n\n    ```bash\n    python3 -m venv venv\n    ```\n\n    * Если у вас Linux/macOS\n\n        ```bash\n        source venv/bin/activate\n        ```\n\n    * Если у вас windows\n\n        ```bash\n        source venv/scripts/activate\n        ```\n\n- Установить зависимости из файла requirements.txt:\n\n    ```bash\n    python3 -m pip install --upgrade pip\n    ```\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n- Создать файл \".env\" и прописать константы:\n\n    ```ini\n    AP_TITLE=Ваше название приложения\n    AP_DESCRIPTION=Ваше краткое описание приложения\n    AP_SECRET=Ваш секртный ключ (любая случайная строка)\n    DB_DATABASE_URL=Ваше подключение к базе данных (например: sqlite+aiosqlite:///./fastapi.db)\n    SU_SUPERUSER_EMAIL=Ваш email для первого суперпользователя. Если указан, при первом запуске будет создан суперпользователь.\n    SU_SUPERUSER_PASSWORD=Ваш пароль суперпользователя\n    ```\n- Применить миграции:\n\n    ```bash\n    alembic upgrade head\n    ```\n## Запуск проекта:\n\n```bash\nuvicorn app.main:app\n```\n\nПроект будет доступен по адресу http://localhost:8000/\n\nПодергать ручки http://localhost:8000/docs/\n\nПощупать админку http://localhost:8000/admin/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorbuncul%2Fword_analitic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorbuncul%2Fword_analitic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorbuncul%2Fword_analitic/lists"}