Tag: AI

  • PROJECT 1 FOR YOUR RESEME

    by

    in

    Making a quora replica:- make a file on vscode by name index.html,code:- const express=require(“express”); const app=express(); let port=3000;; const path=require(“path”); const {v4 : uuidv4}= require(‘uuid’); const methodOverride=require(“method-override”); app.set(“view engine”,”ejs”); app.set(“views”,path.join(__dirname,”/views”)); app.use(express.static(path.join(__dirname,”public”))); app.use(express.urlencoded ({extended : true })); app.use(methodOverride(“_method”)); let posts=[{     id:uuidv4() ,     username:”rohit”,     content:”i love coding” },{id:uuidv4(),     username:”raj”,…

  • DOES AI REALLY EATING THE JOBS?

    by

    in

    We all know that AI is becoming super-efficient — it can do in minutes what used to take people hours. From writing code to analyzing data, AI is changing the way industries work. But with this speed and efficiency, there’s also a downside: many traditional jobs are at risk. In fact, experts predict that by…

  • AI AND JOBS IN INDIA

    As we know AI is eating human jobs in private sectors. So it is very neccessary to learn about AI tools, so we have to become serious about it. Till now AI had eaten 100000 jobs and till 2030 this number will increased to 50000000. This means if a person will have a good knowledge…