Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added spotify-sentiment-analysis (sample) #1677

Closed
wants to merge 2 commits into from
Closed
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
10 changes: 10 additions & 0 deletions hack/samples/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
"description": "Develop C applications on Linux. Includes Debian C/C++ build tools.",
"gitUrl": "https://github.com/daytonaio/sample-c"
},
{
"name": "Spotify-Sentiment-Analysis",
"description": "This project is a part of Daytona Quest which showcases Spotify Review Analysis (NLP)",
"gitUrl": "https://github.com/abhirajadhikary06/Spotify-Sentiment-Analysis"
},
{
"name": "C++",
"description": "Develop C++ applications on Linux. Includes Debian C/C++ build tools.",
Expand Down Expand Up @@ -432,6 +437,11 @@
"description": "A modern, responsive restaurant website built with Astro.js and TailwindCSS, showcasing a restaurant's menu, team, and story.",
"gitUrl": "https://github.com/daytonaio/sample-astro-tailwind-restaurant"
},
{
"name": "SNAKE-CHAIN4",
"description": "snake game built on blockchain",
"gitUrl": "https://github.com/Aanwiie/SNAKE-CHAIN"
},
{
"name": "Sample Go Web Server",
"description": "A simple Go web server using Gorilla Mux and Logrus",
Expand Down