# tfjs **Repository Path**: lkaycn/tfjs ## Basic Information - **Project Name**: tfjs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-06 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VGG16 and MobileNet with Tensorflow.js pretrained VGG16 and MobileNet with TensorFlow.js . MobileNet needs to be manually downloaded and converted with tensorflowjs_converter --input_format keras ## How to use it efficiently 1. Import keras 2. Import tensorflowjs as TFJS 4. npm install 3. Run python download-latest-vgg16.py 4. Convert the .h5 model to tensorflow.js -> tensorflowjs_converter --input_format keras ./VGG16.h5 ./path/to/./client/VGG16 4. Move to ../client/${modelName} 5. Node server.js 6. Demo should be server on localhost:81