Syed Raahat's repositories
Heart-Disease-Prediction-using-Logistic-regression
In this we will use logistic regression to predict whether the person has a heart disease or not
Language:Jupyter Notebook000
Token-Creation
This Solidity code defines a basic ERC-20 token named "SyedToken" (Sy) on the Ethereum blockchain. It sets a total supply, allows authorized users to mint new tokens for specific recipients, and enables token holders to burn their own tokens, effectively reducing the total supply.
000
simple-NFT-collection
In this project we simply created a variable that can hold number of NFTs and create a function which will take then call the function which will take some parameters and at last we will print how many NFTs were created.
000