{"id":22796014,"url":"https://github.com/fusky-labs/pacopanda-drawing-stats","last_synced_at":"2025-08-09T23:31:09.540Z","repository":{"id":64010839,"uuid":"541447234","full_name":"fusky-labs/pacopanda-drawing-stats","owner":"fusky-labs","description":"A case study and data analysis project that collects drawings from a furry artist Paco Panda","archived":true,"fork":false,"pushed_at":"2024-12-30T16:47:03.000Z","size":6062,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-08-03T18:59:45.633Z","etag":null,"topics":["data-science","data-visualization","fastapi","furries","furry","furry-fandom","pandas","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fusky-labs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"kuroji_fusky","github":"kuroji-fusky"}},"created_at":"2022-09-26T06:51:14.000Z","updated_at":"2025-03-25T15:07:41.000Z","dependencies_parsed_at":"2023-11-25T16:22:12.295Z","dependency_job_id":"9c434409-2506-4ddf-a4f1-08f83e13e720","html_url":"https://github.com/fusky-labs/pacopanda-drawing-stats","commit_stats":null,"previous_names":["kurojifusky/pacopanda-drawing-stats","kuroji-fusky/pacopanda-drawing-stats","fusky-labs/pacopanda-drawing-stats"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fusky-labs/pacopanda-drawing-stats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusky-labs%2Fpacopanda-drawing-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusky-labs%2Fpacopanda-drawing-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusky-labs%2Fpacopanda-drawing-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusky-labs%2Fpacopanda-drawing-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fusky-labs","download_url":"https://codeload.github.com/fusky-labs/pacopanda-drawing-stats/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusky-labs%2Fpacopanda-drawing-stats/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269653713,"owners_count":24454315,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["data-science","data-visualization","fastapi","furries","furry","furry-fandom","pandas","python"],"created_at":"2024-12-12T05:09:41.097Z","updated_at":"2025-08-09T23:31:09.530Z","avatar_url":"https://github.com/fusky-labs.png","language":"Python","funding_links":["https://ko-fi.com/kuroji_fusky","https://github.com/sponsors/kuroji-fusky"],"categories":[],"sub_categories":[],"readme":"![Banner for Paco Panda Drawing Stats](https://user-images.githubusercontent.com/94678583/208869784-c68b5483-8e18-4d01-9163-d502b4cb40c5.png)\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003ePaco Drawing Stats\u003c/h1\u003e\n\n  \u003ca href=\"https://opensource.org/licenses/apache-2-0\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/kurojifusky/pacopanda-drawing-stats?style=flat-square\"\u003e\n \u003c/a\u003e\n  \u003ca href=\"https://www.codefactor.io/repository/github/kuroji-fusky/pacopanda-drawing-stats\"\u003e\n    \u003cimg alt=\"CodeFactor Grade\" src=\"https://img.shields.io/codefactor/grade/github/kurojifusky/pacopanda-drawing-stats?style=flat-square\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003e [!IMPORTANT]\n\u003e Machine Learning/AI is not utilized in this project! It's nothing but simple math\n\u003e to parse collected data.\n\nA data analysis and case study created by Kuroji Fusky that collects\nand parses drawing data from a furry artist and illustrator [Paco Panda][paco].\n\n## How it works\n\nThe main gist of the project is that it uses a web scraper to get new\ndrawing submission from his socials; then cleans up the data and adds it to the\ndatabase. And using that to build this website and the underlying APIs on it!\n\nIt uses a combination of [BeautifulSoup4](\u003chttps://en.wikipedia.org/wiki/Beautiful_Soup_(HTML_parser)\u003e)\nand [Selenium WebDriver](https://www.selenium.dev/) to scrap drawing data from Paco's\nsocials and adds it to a Redis database that pushes the image binary and the JSON data\nalong with it.\n\nOnce we got the scraped data, it uses FastAPI to provide a REST API and does the data science\nstuff on the fly.\n\n## Setup and Installation\n\n### Prerequisites\n\n- Node.js 20 or higher (LTS recommended)\n- Python 3.11 or higher\n- pnpm\n- Docker\n\n### Installation\n\nWIP\n\n```console\ncd client\npnpm install\n\ncd server\npython -m venv venv\n\n# Linux\nsource venv/Scripts/activate\n\n# Windows\n.\\venv\\Scripts\\activate\n\npip install -r requirements.txt\n```\n\n### Docker\n\nTBA\n\n## About this project\n\nThe project began on October 31st 2021. The possible inspiration from this\nproject is through McBroken (basically a McDonald's broken ice cream machine\nsite) and it'd be interesting to see in all of his drawings to see said data,\nand its various datasets.\n\nThis project collects the following:\n\n- The title and date of the piece\n- Number of character(s) appearances, including species and names\n- Media type (either drawn digital or traditional)\n- Programs/mediums used (i.e. Photoshop, Procreate, etc.)\n- The source where I got the data (i.e. FurAffinity, DeviantArt, InkBunny,\n  Weasyl, etc.)\n\n## License\n\n[Apache License, Version 2.0](https://opensource.org/license/apache-2-0)\n\n[paco]: https://twitter.com/panda_paco\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffusky-labs%2Fpacopanda-drawing-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffusky-labs%2Fpacopanda-drawing-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffusky-labs%2Fpacopanda-drawing-stats/lists"}