Skip to content

Instantly share code, notes, and snippets.

View bikcrum's full-sized avatar
🦾
~ teaching robots to do stuff

Bikram Pandit bikcrum

🦾
~ teaching robots to do stuff
View GitHub Profile
@bikcrum
bikcrum / hello_world.js
Created October 16, 2021 21:18
Hello World Samples
console.log('Hello World');
@bikcrum
bikcrum / hello_world.js
Created October 16, 2021 21:25
Hello World Examples
console.log('Hello World');
@bikcrum
bikcrum / hello_world.js
Created October 19, 2021 02:51
Changed the description of this gist!
conosle.log('Hello World');
@bikcrum
bikcrum / hello_world.js
Created October 19, 2021 03:50
Hello World Examples
conosle.log('Hello World');
@bikcrum
bikcrum / hello_world.js
Created October 19, 2021 03:50
Hello World Examples
conosle.log('Hello World');
@bikcrum
bikcrum / hello_world.js
Created October 19, 2021 03:53
Hello World Examples
conosle.log('Hello World');
@bikcrum
bikcrum / hello_world.txt
Created October 19, 2021 04:11
Patched Hello World
Run 'node hello_world.js' to print Hello World
@bikcrum
bikcrum / hello_world.js
Created October 19, 2021 04:51
test gist
conosle.log('Hello World');
@bikcrum
bikcrum / hello_world.js
Created October 19, 2021 04:51
Hey! I've been edited!
conosle.log('Hello World');

Setting up miniforge for TensorFlow support

  1. Download [Miniforge3-MacOSX-arm64.sh][1]
  2. Run the file using the following command:-
    • ./Miniforge3-MacOSX-arm64.sh
  3. It will download miniforge in the current directory. Now you have to activate it. Use the following command to do so.
    • source miniforge3/bin/activate
  4. You should see (conda) is prepended in your command line. To make sure it is activated during terminal start-up. Use the following command.
    • conda init
    • or if you are using zsh, conda init zsh