{"id":18480559,"url":"https://github.com/anupvarghese/tensorflow","last_synced_at":"2026-04-20T10:32:15.871Z","repository":{"id":71851096,"uuid":"89993049","full_name":"anupvarghese/tensorflow","owner":"anupvarghese","description":null,"archived":false,"fork":false,"pushed_at":"2017-05-04T05:00:01.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-13T19:24:32.415Z","etag":null,"topics":["anaconda","python","tensorflow"],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/anupvarghese.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":"2017-05-02T04:55:04.000Z","updated_at":"2017-05-04T20:00:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"adc47f36-c6ed-43a8-a9f8-6d907fd6d284","html_url":"https://github.com/anupvarghese/tensorflow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anupvarghese/tensorflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anupvarghese%2Ftensorflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anupvarghese%2Ftensorflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anupvarghese%2Ftensorflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anupvarghese%2Ftensorflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anupvarghese","download_url":"https://codeload.github.com/anupvarghese/tensorflow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anupvarghese%2Ftensorflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32043011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["anaconda","python","tensorflow"],"created_at":"2024-11-06T12:19:16.199Z","updated_at":"2026-04-20T10:32:15.831Z","avatar_url":"https://github.com/anupvarghese.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"#### Install using anaconda\n\n- Follow the steps from [here](https://docs.continuum.io/anaconda/install-macos.html#macos-graphical-install)\n- Add PATH `export PATH=\"/Users/username/anaconda/bin:$PATH\"`\n- `conda create -n tensorflow2 python=2.7`\n- `source activate tensorflow2`\n- `conda install -c conda-forge tensorflow`\n- `conda install notebook ipykernel`\n- `jupyter notebook`\n- Open new notebook, Choose Python 2 and try the below,\n  ```python\n  import tensorflow as tf\n  hello = tf.constant('Hello, TensorFlow!')\n  sess = tf.Session()\n  print(sess.run(hello))\n  ```\n\n#### Run tensorboard\n\n- `tensorboard --logdir=path/to/logs`\n\n- In Jupyter notes\n\n  ```python\n  import tensorflow as tf\n  summary = tf.summary.scalar(\"foo\", 42.0)\n\n  with tf.Session() as session:\n      writer = tf.summary.FileWriter(\"path/to/logs\", session.graph)\n      summaries = session.run(summary)\n      writer.add_summary(summaries, 1)\n      writer.close()\n  ```\n- Navigate to `https://localhost:6006 to see the graph\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanupvarghese%2Ftensorflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanupvarghese%2Ftensorflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanupvarghese%2Ftensorflow/lists"}