Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Added my ideas into ideas.json and project in projects.json file #183

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions data/ideas.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"level": "basic",
"tags": "to-do"
},
{
"title": "Encountering Deepfakes",
"description": "Creating different model through machine learning and scaling it to top level, the developer should AI and other machine learning models like regression and k-means to identify the video",
"level": "advanced",
"tags": "Deepfakes, AI, ML , Deep Learning"
},
{
"title": "Snake",
"description": "If you had a cellphone in the early 2000s, you’ve probably played Snake. It’s a simple game but you can always try to make things more complex! First, start by just trying to make the game.",
Expand Down
10 changes: 10 additions & 0 deletions data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
"site": "https://github.com/AryanP45/File-protection-system",
"tags": "java, swing, security, file-protection-system"
},
{
"name": "Machine-Learning",
"display": "Machine Learning Specialization",
"description": "This is project with complete notes of machine learning for beginner ( In progress )",
"author": "Gitstar-OC",
"category": "ml",
"level": "intermediate",
"site": "https://github.com/Gitstar-OC/Machine-Learning",
"tags": "Machine Learning, AI, Specialization, Supervised learning, Unsuperwised learning"
},
{
"name": "markdown-dungeon",
"display": "Markdown Dungeon",
Expand Down