Commit c1ae35b4 authored by Sachin Kodagoda's avatar Sachin Kodagoda

updating the flow

parent 30a29882
......@@ -13,12 +13,9 @@ function MyApp({ Component, pageProps }: AppProps): React.ReactElement {
name="viewport"
content="width=device-width, maximum-scale=1.0, initial-scale=1.0, user-scalable=no, shrink-to-fit=no"
/>
<meta name="author" content="Sachin Kodagoda" />
<meta name="keywords" content="Niro International" />
<meta
name="description"
content="Job vacancy and Srilankan products selling"
/>
<meta name="author" content="SLIIT" />
<meta name="keywords" content="audio video conferencing" />
<meta name="description" content="4th year research" />
<meta name="theme-color" content="#000" />
<meta name="apple-mobile-web-app-status-bar-style" content="#000" />
<link
......
import React from 'react';
import styled from 'styled-components';
const guesture = (): JSX.Element => {
return <Container></Container>;
};
const Container = styled.div``;
export default guesture;
import { useEffect, useRef, useState } from "react";
import styled from "styled-components";
import * as tf from "@tensorflow/tfjs";
// import * as tf from "@tensorflow/tfjs";
import * as handpose from "@tensorflow-models/handpose";
import Webcam from "react-webcam";
import { drawHand } from "../components/utilities";
......
import React from 'react';
import styled from 'styled-components';
const guesture = (): JSX.Element => {
return <Container></Container>;
};
const Container = styled.div``;
export default guesture;
import React from 'react';
import styled from 'styled-components';
const security = (): JSX.Element => {
return <Container></Container>;
};
const Container = styled.div``;
export default security;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment