Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Audio Video Conferencing Tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2021-184 4TH YEAR RESEARCH GROUP
Audio Video Conferencing Tool
Commits
c1ae35b4
Commit
c1ae35b4
authored
Apr 26, 2021
by
Sachin Kodagoda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating the flow
parent
30a29882
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
37 deletions
+4
-37
src/pages/_app.tsx
src/pages/_app.tsx
+3
-6
src/pages/api/test.js
src/pages/api/test.js
+0
-0
src/pages/guesture.tsx
src/pages/guesture.tsx
+0
-10
src/pages/index.tsx
src/pages/index.tsx
+1
-1
src/pages/q&aTest.tsx
src/pages/q&aTest.tsx
+0
-10
src/pages/security.tsx
src/pages/security.tsx
+0
-10
No files found.
src/pages/_app.tsx
View file @
c1ae35b4
...
...
@@ -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
...
...
src/pages/api/
hello
.js
→
src/pages/api/
test
.js
View file @
c1ae35b4
File moved
src/pages/guesture.tsx
deleted
100644 → 0
View file @
30a29882
import
React
from
'
react
'
;
import
styled
from
'
styled-components
'
;
const
guesture
=
():
JSX
.
Element
=>
{
return
<
Container
></
Container
>;
};
const
Container
=
styled
.
div
``
;
export
default
guesture
;
src/pages/index.tsx
View file @
c1ae35b4
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
"
;
...
...
src/pages/q&aTest.tsx
deleted
100644 → 0
View file @
30a29882
import
React
from
'
react
'
;
import
styled
from
'
styled-components
'
;
const
guesture
=
():
JSX
.
Element
=>
{
return
<
Container
></
Container
>;
};
const
Container
=
styled
.
div
``
;
export
default
guesture
;
src/pages/security.tsx
deleted
100644 → 0
View file @
30a29882
import
React
from
'
react
'
;
import
styled
from
'
styled-components
'
;
const
security
=
():
JSX
.
Element
=>
{
return
<
Container
></
Container
>;
};
const
Container
=
styled
.
div
``
;
export
default
security
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment