{"id":15107581,"url":"https://github.com/polymathorg/libtensorflow-pharo-bindings","last_synced_at":"2025-09-02T08:33:06.151Z","repository":{"id":151079819,"uuid":"121143638","full_name":"PolyMathOrg/libtensorflow-pharo-bindings","owner":"PolyMathOrg","description":"TensorFlow library bindings for Pharo","archived":false,"fork":false,"pushed_at":"2021-05-30T09:56:23.000Z","size":448,"stargazers_count":32,"open_issues_count":6,"forks_count":10,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-09-25T21:25:37.042Z","etag":null,"topics":["machine-learning","pharo","pharo-smalltalk","smalltalk","tensorflow"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PolyMathOrg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2018-02-11T16:38:57.000Z","updated_at":"2024-03-21T19:15:06.000Z","dependencies_parsed_at":"2024-01-06T21:43:49.617Z","dependency_job_id":"a8889b80-8a61-40db-a33c-edd366b7f6dd","html_url":"https://github.com/PolyMathOrg/libtensorflow-pharo-bindings","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyMathOrg%2Flibtensorflow-pharo-bindings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyMathOrg%2Flibtensorflow-pharo-bindings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyMathOrg%2Flibtensorflow-pharo-bindings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolyMathOrg%2Flibtensorflow-pharo-bindings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PolyMathOrg","download_url":"https://codeload.github.com/PolyMathOrg/libtensorflow-pharo-bindings/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219871952,"owners_count":16554470,"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":["machine-learning","pharo","pharo-smalltalk","smalltalk","tensorflow"],"created_at":"2024-09-25T21:25:41.472Z","updated_at":"2024-09-25T21:25:46.964Z","avatar_url":"https://github.com/PolyMathOrg.png","language":"Smalltalk","readme":"# libtensorflow-pharo-bindings\n\nThis is a fork of https://github.com/Cuis-Smalltalk/Machine-Learning for Pharo. This library was also ported to VA Smalltalk : \nhttps://github.com/vasmalltalk/tensorflow-vast\n\nYou will need a 64 bits Pharo VM in order to run the code. The code has only be tested on Pharo 9.0 on macOS and Windows with TensorFlow 1.15.5: https://github.com/tensorflow/tensorflow/releases/tag/v1.15.5.\n\n## Installation\n\n- Install last Pharo 9.0 64 bit VM and image from the command line : https://pharo.org/download\n- Install the project in Pharo\n  \nTo install the project on your Pharo image you can execute the following script:\n\n```Smalltalk\n    Metacello new\n    \tgithubUser: 'PolyMathOrg' project: 'libtensorflow-pharo-bindings' commitish: 'master' path: '';\n    \tbaseline: 'LibTensorFlowPharoBinding';\n    \tload\n```\n\nAlternatively you can use Iceberg to load the code of this repository (See the video here: https://www.youtube.com/watch?v=U6Ttcc1KJUg\u0026feature=youtu.be)\n\nTo add the project to your baseline just add this:\n\n```Smalltalk\n    spec\n    \tbaseline: 'LibTensorFlowPharoBinding'\n    \twith: [ spec repository: 'github://PolyMathOrg/libtensorflow-pharo-bindings' ]\n```\n\n## Installation of TensorFlow C API on MacOS\n- Install TensorFlow C API on your computer. On macOS, the simpliest way to do that is to use Brew:\n```brew install tensorflow```\n  If you don't use brew, check the [installation guide](https://www.tensorflow.org/install/lang_c)\n- check method ```TensorFlowCAPI\u003e\u003emacModulename```to put the path to where Tensorflow libraries are located on your computer:\n```Smalltalk\nTensorFlowCAPI\u003e\u003emacModulename\n  ^ '/usr/local/Cellar/libtensorflow/1.15.5/lib/libtensorflow.so'\n  ```\n## Installation of TensorFlow C API on Windows\n- Check the Tensorflow for C [installation guide](https://www.tensorflow.org/install/lang_c)\n\n## Installation of TensorFlow C API on Linux\n- Check the Tensorflow for C [installation guide](https://www.tensorflow.org/install/lang_c)\n- check method ```TensorFlowCAPI\u003e\u003eunixModulename```to put the path to where Tensorflow libraries are located on your computer:\n```Smalltalk\nTensorFlowCAPI\u003e\u003eunixModulename\n  ^ '/usr/local/lib/libtensorflow.so'\n  ```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolymathorg%2Flibtensorflow-pharo-bindings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolymathorg%2Flibtensorflow-pharo-bindings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolymathorg%2Flibtensorflow-pharo-bindings/lists"}