From b423720894c2851e3257e23ce420bbedad94f886 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 26 Apr 2024 01:26:25 -0600 Subject: fix tags --- Content/posts/2019-12-04-Google-Teachable-Machines.md | 2 +- Content/posts/2019-12-08-Image-Classifier-Tensorflow.md | 2 +- Content/posts/2019-12-08-Splitting-Zips.md | 2 +- Content/posts/2019-12-10-TensorFlow-Model-Prediction.md | 2 +- Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md | 2 +- Content/posts/2019-12-22-Fake-News-Detector.md | 2 +- Content/posts/2020-01-14-Converting-between-PIL-NumPy.md | 2 +- .../posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.md | 2 +- .../posts/2020-01-16-Image-Classifier-Using-Turicreate.md | 2 +- ...2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.md | 2 +- Content/posts/2020-03-03-Playing-With-Android-TV.md | 12 ++++++------ .../posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS.md | 2 +- Content/posts/2020-05-31-compiling-open-babel-on-ios.md | 2 +- Content/posts/2020-07-01-Install-rdkit-colab.md | 2 +- Content/posts/2020-10-11-macOS-Virtual-Cam-OBS.md | 4 +--- Content/posts/2021-06-25-Blog2Twitter-P1.md | 2 +- Content/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.md | 2 +- .../posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.md | 2 +- Content/posts/2022-05-21-Similar-Movies-Recommender.md | 2 +- Content/posts/2022-12-25-blog-to-toot.md | 2 +- Content/posts/2023-03-17-future-of-writing.md | 2 +- Content/posts/2023-04-30-n-body-simulation.md | 2 +- Content/posts/2023-10-04-bomb-lab.md | 2 +- Content/posts/2023-10-05-attack-lab.md | 2 +- ...4-02-26-control-element-under-another-element-html-css.md | 2 +- .../posts/2024-03-15-setting-up-macos-for-8088-dos-dev.md | 2 +- .../2024-03-21-Polynomial-Regression-in-TensorFlow-2.md | 2 +- Content/posts/2024-03-28-Running-ADFRSuite-on-arm64-Macs.md | 2 +- .../2024-04-17-implementing-minimax-for-chess-in-swift.md | 2 +- 29 files changed, 34 insertions(+), 36 deletions(-) diff --git a/Content/posts/2019-12-04-Google-Teachable-Machines.md b/Content/posts/2019-12-04-Google-Teachable-Machines.md index 84ff1b9..bd61767 100644 --- a/Content/posts/2019-12-04-Google-Teachable-Machines.md +++ b/Content/posts/2019-12-04-Google-Teachable-Machines.md @@ -1,7 +1,7 @@ --- date: 2019-12-04 18:23 description: Tutorial on creating a custom image classifier quickly with Google Teachable Machines -tags: Tutorial +tags: Tutorial, AI --- # Image Classifier With Teachable Machines diff --git a/Content/posts/2019-12-08-Image-Classifier-Tensorflow.md b/Content/posts/2019-12-08-Image-Classifier-Tensorflow.md index d120c9b..6626e41 100644 --- a/Content/posts/2019-12-08-Image-Classifier-Tensorflow.md +++ b/Content/posts/2019-12-08-Image-Classifier-Tensorflow.md @@ -1,7 +1,7 @@ --- date: 2019-12-08 14:16 description: Tutorial on creating an image classifier model using TensorFlow which detects malaria -tags: Tutorial, Tensorflow, Colab +tags: Tutorial, Tensorflow, Colab, AI --- # Creating a Custom Image Classifier using Tensorflow 2.x and Keras for Detecting Malaria diff --git a/Content/posts/2019-12-08-Splitting-Zips.md b/Content/posts/2019-12-08-Splitting-Zips.md index 926bcab..3e75f35 100644 --- a/Content/posts/2019-12-08-Splitting-Zips.md +++ b/Content/posts/2019-12-08-Splitting-Zips.md @@ -2,7 +2,7 @@ date: 2019-12-08 13:27 description: Short code snippet for splitting zips. readTime: 120 -tags: Code-Snippet, Tutorial +tags: Code-Snippet --- # Splitting ZIPs into Multiple Parts diff --git a/Content/posts/2019-12-10-TensorFlow-Model-Prediction.md b/Content/posts/2019-12-10-TensorFlow-Model-Prediction.md index cafa026..cdad496 100644 --- a/Content/posts/2019-12-10-TensorFlow-Model-Prediction.md +++ b/Content/posts/2019-12-10-TensorFlow-Model-Prediction.md @@ -1,7 +1,7 @@ --- date: 2019-12-10 11:10 description: Making predictions for image classification models built using TensorFlow -tags: Tutorial, Tensorflow, Code-Snippet +tags: Tutorial, Tensorflow, Code-Snippet, AI --- # Making Predictions using Image Classifier (TensorFlow) diff --git a/Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md b/Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md index a8439e6..eb10934 100644 --- a/Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md +++ b/Content/posts/2019-12-16-TensorFlow-Polynomial-Regression.md @@ -1,7 +1,7 @@ --- date: 2019-12-16 14:16 description: Polynomial regression using TensorFlow -tags: Tutorial, Tensorflow, Colab +tags: Tutorial, Tensorflow, Colab, AI --- # Polynomial Regression Using TensorFlow diff --git a/Content/posts/2019-12-22-Fake-News-Detector.md b/Content/posts/2019-12-22-Fake-News-Detector.md index 3e00c1d..e5b7c3d 100644 --- a/Content/posts/2019-12-22-Fake-News-Detector.md +++ b/Content/posts/2019-12-22-Fake-News-Detector.md @@ -1,7 +1,7 @@ --- date: 2019-12-22 11:10 description: In this tutorial we will build a fake news detecting app from scratch, using Turicreate for the machine learning model and SwiftUI for building the app -tags: Tutorial, Colab, SwiftUI, Turicreate, Swift +tags: Tutorial, Colab, SwiftUI, Turicreate, Swift, AI --- diff --git a/Content/posts/2020-01-14-Converting-between-PIL-NumPy.md b/Content/posts/2020-01-14-Converting-between-PIL-NumPy.md index d1f502b..8a8ac4d 100644 --- a/Content/posts/2020-01-14-Converting-between-PIL-NumPy.md +++ b/Content/posts/2020-01-14-Converting-between-PIL-NumPy.md @@ -1,7 +1,7 @@ --- date: 2020-01-14 00:10 description: Short code snippet for converting between PIL image and NumPy arrays. -tags: Code-Snippet, Tutorial +tags: Code-Snippet --- # Converting between image and NumPy array diff --git a/Content/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.md b/Content/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.md index 1f7d632..005fb23 100644 --- a/Content/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.md +++ b/Content/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.md @@ -1,7 +1,7 @@ --- date: 2020-01-15 23:36 description: Tutorial on setting up kaggle, to use with Google Colab -tags: Tutorial, Colab, Turicreate, Kaggle +tags: Tutorial, Colab, Kaggle --- # Setting up Kaggle to use with Google Colab diff --git a/Content/posts/2020-01-16-Image-Classifier-Using-Turicreate.md b/Content/posts/2020-01-16-Image-Classifier-Using-Turicreate.md index e45c337..4659856 100644 --- a/Content/posts/2020-01-16-Image-Classifier-Using-Turicreate.md +++ b/Content/posts/2020-01-16-Image-Classifier-Using-Turicreate.md @@ -1,7 +1,7 @@ --- date: 2020-01-16 10:36 description: Tutorial on creating a custom Image Classifier using Turicreate and a dataset from Kaggle -tags: Tutorial, Colab, Turicreate +tags: Tutorial, Colab, Turicreate, AI --- # Creating a Custom Image Classifier using Turicreate to detect Smoke and Fire diff --git a/Content/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.md b/Content/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.md index 78d0a70..86acdf1 100644 --- a/Content/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.md +++ b/Content/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.md @@ -1,7 +1,7 @@ --- date: 2020-01-19 15:27 description: Connecting to Bluetooth Devices using terminal, tested on Raspberry Pi Zero W -tags: Code-Snippet, tutorial, Raspberry-Pi, Linux +tags: Code-Snippet, Raspberry-Pi, Linux --- # How to setup Bluetooth on a Raspberry Pi diff --git a/Content/posts/2020-03-03-Playing-With-Android-TV.md b/Content/posts/2020-03-03-Playing-With-Android-TV.md index 841646b..2e00794 100644 --- a/Content/posts/2020-03-03-Playing-With-Android-TV.md +++ b/Content/posts/2020-03-03-Playing-With-Android-TV.md @@ -1,7 +1,7 @@ --- date: 2020-03-03 18:37 description: Tinkering with an Android TV -tags: Android-TV, Android +tags: Tutorial, Android-TV, Android --- # Tinkering with an Android TV @@ -10,11 +10,11 @@ So I have an Android TV, this posts covers everything I have tried on it ## Contents -1. [Getting TV's IP Address](#IP-Address) -2. [Enable Developer Settings](#Developer-Settings) -3. [Enable ADB](#Enable-ADB) -4. [Connect ADB](#Connect-ADB) -5. [Manipulating Packages](#) +1. [Getting TV's IP Address](#ip-address) +2. [Enable Developer Settings](#developer-settings) +3. [Enable ADB](#enable-adb) +4. [Connect ADB](#connect-adb) +5. [Manipulating Packages](#manipulating-apps-packages) ## IP-Address diff --git a/Content/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS.md b/Content/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS.md index c3599e2..ae8c77d 100644 --- a/Content/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS.md +++ b/Content/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS.md @@ -1,7 +1,7 @@ --- date: 2020-04-13 11:41 description: Fixing Could not find the X11 libraries; you may need to edit config.h, AmberTools macOS Catalina -tags: Molecular-Dynamics, macOS +tags: Tutorial, Molecular-Dynamics, macOS, Cheminformatics --- # Fixing X11 Error on macOS Catalina for AmberTools 18/19 diff --git a/Content/posts/2020-05-31-compiling-open-babel-on-ios.md b/Content/posts/2020-05-31-compiling-open-babel-on-ios.md index 6da19c6..d0fcf6f 100644 --- a/Content/posts/2020-05-31-compiling-open-babel-on-ios.md +++ b/Content/posts/2020-05-31-compiling-open-babel-on-ios.md @@ -1,7 +1,7 @@ --- date: 2020-05-31 23:30 description: Compiling Open Babel on iOS -tags: iOS, Jailbreak, Cheminformatics, Open-Babel +tags: Tutorial, iOS, Jailbreak, Cheminformatics, Open-Babel --- # Compiling Open Babel on iOS diff --git a/Content/posts/2020-07-01-Install-rdkit-colab.md b/Content/posts/2020-07-01-Install-rdkit-colab.md index 4a87bf1..eee6a7c 100644 --- a/Content/posts/2020-07-01-Install-rdkit-colab.md +++ b/Content/posts/2020-07-01-Install-rdkit-colab.md @@ -1,7 +1,7 @@ --- date: 2020-07-01 14:23 description: Install RDKit on Google Colab with one code snippet. -tags: Tutorial, Code-Snippet, Colab +tags: Tutorial, Code-Snippet, Colab, RDKit --- # Installing RDKit on Google Colab diff --git a/Content/posts/2020-10-11-macOS-Virtual-Cam-OBS.md b/Content/posts/2020-10-11-macOS-Virtual-Cam-OBS.md index 4782acb..364e047 100644 --- a/Content/posts/2020-10-11-macOS-Virtual-Cam-OBS.md +++ b/Content/posts/2020-10-11-macOS-Virtual-Cam-OBS.md @@ -1,7 +1,7 @@ --- date: 2020-10-11 16:12 description: Comparison of different cameras setups for using as a webcam and tutorials for the same. -tags: Tutorial, Review, Webcam +tags: Tutorial, macOS --- # Trying Different Camera Setups @@ -36,8 +36,6 @@ I assume that you have Homebrew installed. ### OBS and OBS-Virtual-Cam -*Description* - ``` brew cask install obs brew cask install obs-virtualcam diff --git a/Content/posts/2021-06-25-Blog2Twitter-P1.md b/Content/posts/2021-06-25-Blog2Twitter-P1.md index f7723ab..ea39a00 100644 --- a/Content/posts/2021-06-25-Blog2Twitter-P1.md +++ b/Content/posts/2021-06-25-Blog2Twitter-P1.md @@ -1,7 +1,7 @@ --- date: 2021-06-25 00:08 description: Converting Posts to Twitter Threads -tags: Python, Twitter, Eh +tags: Tutorial, Python, Twitter --- # Posting Blog Posts as Twitter Threads Part 1/n diff --git a/Content/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.md b/Content/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.md index b82b35a..9e27887 100644 --- a/Content/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.md +++ b/Content/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.md @@ -1,7 +1,7 @@ --- date: 2021-06-25 16:20 description: Basic NFC Music Cards on iOS with Shortcuts -tags: iOS, Shortcuts, Fun +tags: iOS, Shortcuts --- # Basic NFC Music Cards for iOS diff --git a/Content/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.md b/Content/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.md index 7701c09..1c87c55 100644 --- a/Content/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.md +++ b/Content/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.md @@ -1,7 +1,7 @@ --- date: 2021-06-27 23:26 description: Writing a simple Machine-Learning powered Chatbot (or, daresay virtual personal assistant ) in Swift using CoreML. -tags: Swift, CoreML, NLP +tags: Swift, CoreML, NLP, AI, Tutorial --- # Making a Crude ML Powered Chatbot in Swift using CoreML diff --git a/Content/posts/2022-05-21-Similar-Movies-Recommender.md b/Content/posts/2022-05-21-Similar-Movies-Recommender.md index 66dd54a..3ede86e 100644 --- a/Content/posts/2022-05-21-Similar-Movies-Recommender.md +++ b/Content/posts/2022-05-21-Similar-Movies-Recommender.md @@ -1,7 +1,7 @@ --- date: 2022-05-21 17:56 description: Building a Content Based Similar Movies Recommendatiom System -tags: Python, Transformers, Recommendation-System +tags: Python, Transformers, Recommendation-System, Tutorial --- # Building a Similar Movies Recommendation System diff --git a/Content/posts/2022-12-25-blog-to-toot.md b/Content/posts/2022-12-25-blog-to-toot.md index 4567255..ba5aa81 100644 --- a/Content/posts/2022-12-25-blog-to-toot.md +++ b/Content/posts/2022-12-25-blog-to-toot.md @@ -1,7 +1,7 @@ --- date: 2022-12-25 17:32 description: Cross posting blog posts to Mastodon -tags: Python, Mastodon +tags: Python, Mastodon, Tutorial, Code-Snippet --- # Posting blogs as Mastodon Toots diff --git a/Content/posts/2023-03-17-future-of-writing.md b/Content/posts/2023-03-17-future-of-writing.md index b77bac6..99e6c70 100644 --- a/Content/posts/2023-03-17-future-of-writing.md +++ b/Content/posts/2023-03-17-future-of-writing.md @@ -1,7 +1,7 @@ --- date: 2023-03-17 13:57 description: My thoughts on writing in the 21st century. -tags: ramblings, writing +tags: Ramblings, Writing draft: true --- diff --git a/Content/posts/2023-04-30-n-body-simulation.md b/Content/posts/2023-04-30-n-body-simulation.md index 9c8e7b1..2d24396 100644 --- a/Content/posts/2023-04-30-n-body-simulation.md +++ b/Content/posts/2023-04-30-n-body-simulation.md @@ -1,7 +1,7 @@ --- date: 2023-04-30 22:50 description: n-body solution generator and solver -tags: astrophysics, mathematics +tags: Astrophysics, Mathematics --- # n-body solution generator diff --git a/Content/posts/2023-10-04-bomb-lab.md b/Content/posts/2023-10-04-bomb-lab.md index 91f8f9f..98d5f29 100644 --- a/Content/posts/2023-10-04-bomb-lab.md +++ b/Content/posts/2023-10-04-bomb-lab.md @@ -1,7 +1,7 @@ --- date: 2023-10-04 13:12 description: Walkthrough of Phases 1-6 of Bomb Lab for CSCI 2400 Computer Systems Lab 2 -tags: gdb, Reverse-Engineering, C++, CSCI2400, Assembly +tags: gdb, Reverse-Engineering, C++, CSCI2400, Assembly, Tutorial --- # Bomb Lab diff --git a/Content/posts/2023-10-05-attack-lab.md b/Content/posts/2023-10-05-attack-lab.md index b31159f..5ebe023 100644 --- a/Content/posts/2023-10-05-attack-lab.md +++ b/Content/posts/2023-10-05-attack-lab.md @@ -1,7 +1,7 @@ --- date: 2023-10-05 20:01 description: Walkthrough of Attack Lab Phases 1-4 for CSCI 2400 Computer Systems -tags: gdb, Reverse-Engineering, C++, CSCI2400, Assembly +tags: gdb, Reverse-Engineering, C++, CSCI2400, Assembly, Tutorial draft: false --- diff --git a/Content/posts/2024-02-26-control-element-under-another-element-html-css.md b/Content/posts/2024-02-26-control-element-under-another-element-html-css.md index cbdfe6a..9dd7426 100644 --- a/Content/posts/2024-02-26-control-element-under-another-element-html-css.md +++ b/Content/posts/2024-02-26-control-element-under-another-element-html-css.md @@ -1,7 +1,7 @@ --- date: 2024-02-26 11:57 description: With CSS you can disable any interactions with an element and directly control the underlying element -tags: HTML, CSS +tags: HTML, CSS, Tutorial, Code-Snippet draft: false --- diff --git a/Content/posts/2024-03-15-setting-up-macos-for-8088-dos-dev.md b/Content/posts/2024-03-15-setting-up-macos-for-8088-dos-dev.md index 15161f5..be2abac 100644 --- a/Content/posts/2024-03-15-setting-up-macos-for-8088-dos-dev.md +++ b/Content/posts/2024-03-15-setting-up-macos-for-8088-dos-dev.md @@ -1,7 +1,7 @@ --- date: 2024-03-15 13:16 description: This goes through compiling Open Watcom 2 and creating simple hello-world exampls -tags: DOS, x86, macOS +tags: DOS, x86, macOS, Tutorial draft: false --- diff --git a/Content/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.md b/Content/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.md index 6317175..9a0c7f6 100644 --- a/Content/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.md +++ b/Content/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.md @@ -1,7 +1,7 @@ --- date: 2024-03-21 12:46 description: Predicting n-th degree polynomials using TensorFlow 2.x -tags: Tutorial, Tensorflow, Colab +tags: Tutorial, Tensorflow, Colab, AI --- # Polynomial Regression Using TensorFlow 2.x diff --git a/Content/posts/2024-03-28-Running-ADFRSuite-on-arm64-Macs.md b/Content/posts/2024-03-28-Running-ADFRSuite-on-arm64-Macs.md index f43f15c..8550456 100644 --- a/Content/posts/2024-03-28-Running-ADFRSuite-on-arm64-Macs.md +++ b/Content/posts/2024-03-28-Running-ADFRSuite-on-arm64-Macs.md @@ -1,7 +1,7 @@ --- date: 2024-03-28 20:12 description: Fixing ADFRsuite on M1/MX chip Macs - CLI Tools -tags: macOS, Cheminformatics +tags: macOS, Cheminformatics, Tutorial --- # Fixing ADFRSuite for Apple Silicon diff --git a/Content/posts/2024-04-17-implementing-minimax-for-chess-in-swift.md b/Content/posts/2024-04-17-implementing-minimax-for-chess-in-swift.md index aeb0840..5e48eb5 100644 --- a/Content/posts/2024-04-17-implementing-minimax-for-chess-in-swift.md +++ b/Content/posts/2024-04-17-implementing-minimax-for-chess-in-swift.md @@ -1,7 +1,7 @@ --- date: 2024-04-17 23:20 description: Adding a bestMove method to swift-chess-neo by implementing alpha-beta pruning for minimax -tags: Swift, Chess, Game Theory, Mathematics +tags: Swift, Chess, Game Theory, Mathematics, Tutorial --- # Implementing Minimax with Alpha-Beta pruning for a simple Chess AI in Swift -- cgit v1.2.3