{"id":21186914,"url":"https://github.com/shadmeoli/bot","last_synced_at":"2026-04-24T20:31:48.979Z","repository":{"id":100835573,"uuid":"543323698","full_name":"shadmeoli/bot","owner":"shadmeoli","description":"A supervised learning chat bot based on intents","archived":false,"fork":false,"pushed_at":"2023-08-21T08:13:49.000Z","size":471,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-06-28T04:41:19.671Z","etag":null,"topics":["api-server","chatbot","ml","vuejs"],"latest_commit_sha":null,"homepage":"https://shopzetu.vercel.app","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/shadmeoli.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}},"created_at":"2022-09-29T21:21:30.000Z","updated_at":"2024-01-24T08:56:44.000Z","dependencies_parsed_at":"2024-11-20T18:32:07.103Z","dependency_job_id":"c8d2c9e7-d9c3-4a0e-8ca4-08b26145f35f","html_url":"https://github.com/shadmeoli/bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shadmeoli/bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadmeoli%2Fbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadmeoli%2Fbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadmeoli%2Fbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadmeoli%2Fbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadmeoli","download_url":"https://codeload.github.com/shadmeoli/bot/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadmeoli%2Fbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32239494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":["api-server","chatbot","ml","vuejs"],"created_at":"2024-11-20T18:27:06.766Z","updated_at":"2026-04-24T20:31:48.959Z","avatar_url":"https://github.com/shadmeoli.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Simple Chat Bot\n\nHere is a simple implementation of a chat bot using intents and naive bias to figure out the most relevant response to a prompt\n\n\n\n\n\n## Tech Stack\n\n**Client:** vue, typescript, TailwindCSS\n\n**Server:** Python- FastAPI\n\n**Model** Python - sklearn | numpy\n\n\n## Run Locally\n\nClone the project\n\n```bash\n  git clone git@github.com:shadmeoli/bot.git\n```\n\nGo to the project directory\n\n```bash\n  cd bot\n```\n\n\n### Running server\n\nNavigate to backend folder\n```bash\ncd backend\n```\n\nInstall dependencies\n\n```bash\n  pip3 install -r requirements.txt\n```\n\nStart the server\n\n\u003e using uvicorn \n```bash\n  python3 main.py\n```\n\n\u003e using Gunicorn and uvicorn workers\n```bash\ngunicorn main:app --workers 4 --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:80\n```\n\n\u003e If you don't have an API client you can test and view all the URLs by opening the provided server URL from the logs and open swagger using ```https://0.0.0.0:8000/docs``` or alternatively you can use redoc to view the documentation of the API by substituting docs with **redoc**\n\n### Running client\nTo run the client you can open a new terminal sessiona in the same bot folder and navigate to the fronten folder\n\n```bash\ncd frontend\n```\n\nYou have to install the dependencies for node\n\u003eyarn\n```bash\nyarn\n```\n\nNo run the client server powerd by vite\n```bash\nyarn dev\n```\n\nif you are using any other package manger you can check on how to install dependencies and initiate the dev server.\n\n\n## Support\n\nFor support, email shadcodes@duck.com\n\n\u003e Python : 3.8^ \\\n\u003e vue: 3.0^ \\\n\u003e Node: LTS 16^ \n\n## API Reference\n\n#### Get all items\n[API URL](https://shop-zetu-bot.onrender.com)\n\n\n```bash\n  POST {API_URL}/api/v1/chat\n```\n\n| Parameter | Type     |\n| :-------- | :------- | \n| `message` | `string` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadmeoli%2Fbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadmeoli%2Fbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadmeoli%2Fbot/lists"}