Skip to content

Commit

Permalink
add ai, staking project
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden77mori committed Dec 12, 2023
1 parent 3e569eb commit 8e11141
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions components/apps/aiden.js
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,46 @@ function Skills() {
}
function Projects() {
const project_list = [
{
name: "AI Play - Video Generator",
date: "Dec 2023 - Dec 2023",
link: "https://ai-play.netlify.app/",
imgUrl: "./images/projects/ai-video-generator.webp",
description: [
<p>Used D-ID API for generation video from image</p>,
<p>Genrate AI video from image</p>,
<p>Upload image</p>,
<p>Choose voice, voice style and language</p>,
],
domains: [
"react.js",
"css",
"AI",
"D-ID",
"API integration",
"animation",
"video",
],
},
{
name: "Speaking Girl AI",
date: "Nov 2023 - Nov 2023",
link: "https://speaking-avatar.netlify.app/",
imgUrl: "./images/projects/ai-speaking-girl.webp",
description: [
<p>Use chatGPT</p>,
<p>Use Microsoft Azure for TTS function</p>,
],
domains: [
"react.js",
"typescript",
"scss",
"AI",
"chatGPT",
"microsoft",
"tts",
],
},
{
name: "SHIBUYA Ecosystem",
date: "Dec 2021 - Apr 2022",
Expand Down Expand Up @@ -753,6 +793,29 @@ function Projects() {
"binance smart chain",
],
},
{
name: "Staking Platform",
date: "Nov 2023 - Dec 2023",
link: "https://stake-reward.netlify.app",
imgUrl: "./images/projects/stake-referral-reward.webp",
description: [
<p>Has 5 level referral system working on CEX</p>,
<p>Staking with multiple tokens working on DEX</p>,
<p>Re-staking, withdrawing and add-staking are possible</p>,
<p>Strong reward system based on star earning for each actions</p>,
],
domains: [
"react.js",
"typescript",
"scss",
"web3.js",
"solidity",
"hardhat",
"dex",
"cex",
"binance smart chain",
],
},
{
name: "FC Marketplace",
date: "August 2023",
Expand Down
Binary file added public/images/projects/ai-speaking-girl.webp
Binary file not shown.
Binary file added public/images/projects/ai-video-generator.webp
Binary file not shown.
Binary file not shown.

0 comments on commit 8e11141

Please sign in to comment.