Mohit Bhat
Mohit Bhat
from keras.preprocessing.image import img_to_array import imutils import cv2 from keras.models import load_model import numpy as np import time # parameters for loading data and images detection_model_path = 'haarcascade_files/haarcascade_frontalface_default.xml' emotion_model_path =...
### 1. What is your project? (max 100 words) The platform is the first multi-chain event management and ticketing platform on blockchain. This is not ordinary event platform, this platform...
Hey, seems like this library is not working on binance smart chain. I am getting error only replay-protected (EIP-155) transactions allowed over RPC @imnisen
Create a ERC20 Smart contract, which should be ready to modify and use by anyone. Comment should be properly added to explain what and how changes to be done. Include...
Create a smart contract basically a library that contains important and implementable algorithms such as binary search etc that be used by smart contracts for different purpose
Create a NFT MarketPlace Smart contract, which should be ready to modify and use by anyone. Comment should be properly added to explain what and how changes to be done....
FA2 standard contracts in smartpy are for both fungible and non fungible, modify it to be only an Non fungible contract(NFT)
In projects sometimes you have to write multiple lines of code to check whether metamask is there, then making a connect request, extracting accounts, etc. So make a plugin or...
Create a script to get gas fees from all possible public apis or resources. Basically the script should predict the best possible gas fees so that transaction does not fail....