Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaishnavi-Raykar authored Dec 27, 2024
2 parents 59383fd + 481cc84 commit 621b075
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions hack/samples/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,14 @@
"gitUrl": "https://github.com/daytonaio/sample-python"
},
{
"name": "Python - AI Recipe Generator",
"description": "The application allows users to upload image of ingredients, analyzes the image, and provides recipe suggestion.",
"gitUrl": "https://github.com/daytonaio/sample-python-recipe-generator"
"name": "PathGenX-LearningPath Generator",
"description": "PathGenX is a learning path generator that helps users create personalized learning paths based on their interests and goals. It uses natural language processing to understand user input and generate a list of recommended courses and resources.",
"gitUrl": "https://github.com/Raghunani12/Daytona-PathGenX"
},
{
"name": "Python - AI Recipe Generator",
"description": "The application allows users to upload image of ingredients, analyzes the image, and provides recipe suggestion.",
"gitUrl": "https://github.com/daytonaio/sample-python-recipe-generator"
},
{
"name": "Python - Lunku AI",
Expand Down Expand Up @@ -220,6 +225,11 @@
"description": "CodeChatter v2 is an advanced Flask-based application that harnesses the power of the Groq API to provide intelligent coding assistance.",
"gitUrl": "https://github.com/daytonaio/sample-flask-groq-code-assistant"
},
{
"name" : "Movies Collection",
"description" : "Django-based back-end oriented web application, for customising multiple movies collections, which allows users to perform basic CRUD operations.",
"gitUrl" : "https://github.com/AbhishekSavant-005/Movies_DB"
},
{
"name": "AstroJS + Sanity CMS Blog",
"description": "A minimalistic blog built using AstroJS and Sanity CMS for content management, showcasing how incredibly developer-friendly it is to create a blog. With added benefits of Daytona",
Expand Down Expand Up @@ -466,6 +476,11 @@
"description": "HealthBot AI is an intelligent chatbot designed to provide timely text responses tailored for health practitioners.",
"gitUrl": "https://github.com/NyuydineBill/Nyuydine-AI-chatbot-django"
},
{
"name": "Store",
"description": "This is a sample online store that lets you view fake products and add them to cart",
"gitUrl": "https://github.com/daytonaio/sample-nextjs-store"
},
{
"name": "Sample Next.js with Gemini Chat",
"description": "A simple Next.js app that provides a basic chat interface powered by Gemini for easily making AI-powered chat applications.",
Expand Down Expand Up @@ -506,7 +521,7 @@
"description": "A Simple Chatbot Using Mistral",
"gitUrl": "https://github.com/daytonaio/sample-python-mistral-chatbot"
},
{
{
"name": "Priority based Todo-List",
"description": "Users can add tasks based on their priority, mark tasks as complete, or delete them, either through a form or with AI assistance.",
"gitUrl": "https://github.com/Vaishnavi-Raykar/Priority-Todo"
Expand Down

0 comments on commit 621b075

Please sign in to comment.