Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 612 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 612 Bytes

Colab notebook to set the environment for Tensorflow Developer Certificate Exam

Python used in this notebook is version 3.8 (3.8.16), although you can change it, you just need to alter the first cell.
You can change the requirements.txt to match your need.
The requirements.txt in this repo only include basic packages for machine learning such as :

  1. tensorflow==2.9.0
  2. tensorflow-datasets==4.6.0
  3. Pillow==9.1.1
  4. pandas==1.4.2
  5. numpy==1.22.4
  6. scipy==1.7.3

The first 2 cells in this notebook are copied from here.