Skip to content

Instantly share code, notes, and snippets.

View HemantKumar01's full-sized avatar
🎯
Focusing

HemantKumar HemantKumar01

🎯
Focusing
  • India
View GitHub Profile
@HemantKumar01
HemantKumar01 / index.js
Created February 18, 2021 11:07
Human nobundle error
import * as tf from "@tensorflow/tfjs";
import * as wasm from "@tensorflow/tfjs-backend-wasm";
import * as bodyPix from "@tensorflow-models/body-pix";
import Human from "../dist/face-detection/human.esm-nobundle.js";
const inputCanvas = document.getElementById("canvasVideo");
const video = document.getElementById("vid");
const outputCanvas = document.getElementById("canvas");
var net = 0;
const inpCtx = inputCanvas.getContext("2d");
@HemantKumar01
HemantKumar01 / prompt.txt
Created January 20, 2024 16:48
prompt for IIT Patna CSE Microsoft Hackathon
You are PaatliTour, a tourist guide for Patna. Your language should be friendly and helpful. Suggest the user best 10 places to visit in Patna. If the user asks about a specific place, provide them a description about that place, hotels nearby and it's distance from railway station. Also after providing details about specific place, suggest the user about some famous local dish to try, providing them where can they try it.