{"id":20126620,"url":"https://github.com/thefloatingstring/ailink","last_synced_at":"2026-06-10T05:31:53.543Z","repository":{"id":70750573,"uuid":"202663315","full_name":"TheFloatingString/AILink","owner":"TheFloatingString","description":"AILink machine learning API","archived":false,"fork":false,"pushed_at":"2019-08-16T13:25:59.000Z","size":1760,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T21:17:01.740Z","etag":null,"topics":[],"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/TheFloatingString.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":"2019-08-16T05:22:27.000Z","updated_at":"2019-08-16T13:26:00.000Z","dependencies_parsed_at":"2023-04-26T21:48:15.996Z","dependency_job_id":null,"html_url":"https://github.com/TheFloatingString/AILink","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheFloatingString/AILink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFloatingString%2FAILink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFloatingString%2FAILink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFloatingString%2FAILink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFloatingString%2FAILink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheFloatingString","download_url":"https://codeload.github.com/TheFloatingString/AILink/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFloatingString%2FAILink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34139178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":[],"created_at":"2024-11-13T20:17:04.113Z","updated_at":"2026-06-10T05:31:53.524Z","avatar_url":"https://github.com/TheFloatingString.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AILink\n\nAPI using a 1D Convolutional Neural Network to provide sentimental analysis based on the Kaggle Rotten Tomatoes Movie Review Challenge (https://www.kaggle.com/c/sentiment-analysis-on-movie-reviews), with an accuracy of ~60% with word count vectorial encoding.\n\n## Quickstart\n\nGo to `http://ailinkdev.herokuapp.com/compute/this is a sample text`\n\n## Running Flask API \n\n```bash\npip3 install requirements.txt\npython3 app.py\n```\n\nThen, enter in browser the following URL:\n`http://localhost:5000/compute/\u003cSTRING HERE\u003e`\nwhich will return a JSON of probabilities of classes 0 (terrible) to 4 (excellent)\n`{\"0\":0.1369616836309433,\"1\":0.2723471224308014,\"2\":0.4098854064941406,\"3\":0.0,\"4\":0.0}`\n\n## Running Machine Learning Model\n\n```bash\npip3 install requirements.txt\npython3 src/train_cnn.py\n```\n\n## Running data visualization\n\n```bash\npip3 install requirements.txt\npython3 src/plot_data.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthefloatingstring%2Failink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthefloatingstring%2Failink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthefloatingstring%2Failink/lists"}