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

Jhoandi Ciau (MusicGenius) #22 #164

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
7 changes: 7 additions & 0 deletions data/ideas.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,12 @@
"description": "a web to consume waze api to improve another apps",
"level": "intermediate",
"tags": "Api-GPS"
},
{
"title": "MusicGenius",
"description": "MusicGenius is an AI-powered music composition tool for musicians and composers. It leverages deep learning and natural language processing to help users generate original music compositions. Musicians can provide input in the form of lyrics, mood, and musical genre, and MusicGenius will create unique musical compositions that match the provided criteria. Users can fine-tune and customize the generated music before downloading it. This project is suitable for those with an intermediate level of programming and AI knowledge.",
"level": "intermediate",
"tags": "music, AI, composition, deep learning, NLP"
}

]
11 changes: 11 additions & 0 deletions data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,5 +388,16 @@
"level": "intermediate",
"site": "https://github.com/lmponcio/copia-backups",
"tags": "python, copia-backups, scripting"
},
{
"name": "CryptoBot",
"display": "CryptoBot - Automated Cryptocurrency Trading Bot",
"description": "CryptoBot is an advanced automated cryptocurrency trading bot that allows users to trade cryptocurrencies on various exchanges without manual intervention. It leverages machine learning and algorithmic trading strategies to make informed trading decisions. Users can set their trading preferences, risk tolerance, and target cryptocurrencies, and CryptoBot will execute trades based on market analysis and real-time data. It includes features like portfolio tracking, risk management, and backtesting to optimize trading strategies. CryptoBot can be integrated with multiple cryptocurrency exchanges through APIs and provides a user-friendly web interface.",
"author": "JhonKing",
"category": "cryptocurrency",
"level": "advanced",
"site": "https://cryptobot-trading.com/",
"tags": "cryptocurrency, trading bot, machine learning, algorithmic trading, API integration"
}

]