project_URL
stringlengths
30
135
project_info
stringlengths
707
20.4k
__index_level_0__
int64
0
141k
https://devpost.com/software/thereminimum
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Since the developers are both musicians, we decided to integrate our love of music and software development. What it does: - Takes camera input and simulates a theremin based on the position of user's controller of choice. How we built it: - We integrated a number of separate Python libraries in order to have sound output, visual input and visual output work smoothly. Challenges we ran into: - Learning how to use the API for OpenCV and PyAudio was somewhat difficult at first, as we were jumping into new areas of software that we had never tried before. Accomplishments that we're proud of: - We are incredibly proud of finishing a task that successfully tracks an object in the camera's window and creates a sound based off of it. As we are both relatively new to programming, we had to work very hard to learn new content in a short amount of time. What we learned: - Don't reinvent the wheel - use existing solutions to problems and build upon them. What's next for ThereMinimum: - In addition to cleaning up functionality, we would like to build a web app so that users can access ThereMinimum easily and reliably. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,301
https://devpost.com/software/do-not-panic
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: What it does: - 'Do not panic' is a flutter based application that helps the users to contact the emergency service such as police service, medical service, and Fire service. The user's profile is confirmed using their E-Mail ID. Whenever the user sees a critical situation the user can choose the service needed, with a picture and the current location. The admin will be notified about it. The admin will mark it as verified and inform the respective service. How we built it: - We have used Flutter for the frontend and flutterfire for the backend. The images are stored in Firestore. Challenges we ran into: - Technically merging the codes was a tedious task.\nThe authentication part was a bit challenging. Accomplishments that we're proud of: - Image can be captured with a click of a button in the app.\nWe managed to build an app with multiple screens and components through the power of version control.\nThe idea of quick emergency services. What we learned: - Extensive learning of flutter and firebase What's next for Do Not Panic!: - Add a tracker to check the status of the service request. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,302
https://devpost.com/software/arms-augmented-retail-management-system
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - The pandemic world has pushed to adopt more and more remote shopping experience, creating new challenges and opportunities for many retail and grocery owners. However, majority of warehouse management as well as warehouse stuff are still done by human labor. We aim to reduce the gap between state-of-art remote shopping experience and warehouse/retail automation, by heavily utilizing AMQP protocols, robotics, reinforcement learning as well as mixed reality headsets. What it does: - It allows customers to add grocery items via a Node.js web app, and it will instead send a notification to the retail owner, who can then use mixed reality headset to fetch/manage the items (if available) and put them in the shopping cart for future pickup. The actual warehouse is managed by a robotic arm that could be remotely controlled by human. How we built it: - There are three parts of the project: warehouse (robotic arm), grocery/retail owner as well as the customer. We adopted modular approach and tried out best to decouple all of them, and started tackle the problem separately. We created a web interface for customer to place orders, and used Unity to create a digital twin of the robotic arm as well as a control panel for retail management, which can showcase the number of nearby stores, the amount of information for the grocery items. This is largely achieved by making calls to many NCR API such as their Order and Sites endpoint. We also have designed an experimental full-auto algorithm for automatically picking up the item, though its reliability is largely un-testified. Challenges we ran into: Accomplishments that we're proud of: - We are able to weave so many random things together within such a short amount of time. Further we are able to make successful integrations of NCR's API and use their HMAC authentication despite so many struggles. What we learned: - Plan ahead and do not waste time What's next for ARMS (Augmented Retail Management System): - The experimental automatic grabbing algorithm that uses reinforcement learning (PPO) is going to be deployed and tested further, adding more automation to the project. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,303
https://devpost.com/software/altrue-bridging-the-gap-in-specialized-healthcare
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - When it comes to Cole and Matt, you know healthcare will enter the conversation some way some how. - Well, the whole idea started with the thought of mechanics. We were discussing the economics of mechanics, and how they can charge us pretty much anything they want because of our lack of knowledge of car parts. But that got us thinking, what other information gaps are there still remaining in this digitally-informed world? - As relatively sporty individuals, we related to how we've both spent a lot of time in doctor's offices for longer-term injuries and conditions, and we reflected on how little we actually knew about our treatment plans in the past. As we continued to do research and call up friends and family asking about their experiences in specialized treatment, we realized that most people aren't well-informed on treatment options and medications before walking into the doctor's office, causing a pretty large information gap. - We built Altrue to bridge this gap and educate patients on what types of treatments could potentially work for them. That way, patients could start more two-way dialogues with their specialists and become more literate in their personal health journeys. What it does: - The Altrue platform collects user information such as age, sex, ethnic group, and family history, as well as health information like medical symptoms and their respective severities and uses them as parameters to match the user with treatment plans used by other patients in the past. Using the data entry points as parameters to determine the closest matches, Altrue personalizes the treatment plan so that the user can get a good scope of what medications and treatments may be right for them. How we built it: - We built the Altrue application using the MERN Native stack, employing a React Native front-end, Express.js and Node.js middleware, and MongoDB database. That way, the platform can be easily converted into a web application for laptops and desktops. - Also, since the platform relies heavily on user-inputted data and the utilization of that data for matching patient cases, we hope to use this de-identified data to look for treatment trends and potentially uncover insightful findings in regards to the timeline of procedures and prescriptions. Challenges we ran into: - A big challenge we ran into is how to calculate the weights for the different information parameters. We spent some time doing research and eventually came up with a combination of weights that did a good job of matching similar patient cases. Accomplishments that we're proud of: - We are super proud that we finished our project while still having time to enjoy our weekend and even sleep! What we learned: - We learned how to coordinate work as a team and how to learn on the fly, picking things up on the way to the finish. What's next for Altrue | Bridging the gap in specialized healthcare: - What's next for Altrue is the implementation of a machine learning algorithm as the matchmaker! First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,304
https://devpost.com/software/what-s-the-move-6mp42y
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - The inspiration for our project was that all of us were often very unorganized in our lives, because there were so many things happening on campus. We wanted to find a way to make things less chaotic. What it does: - It places all events in a calendar. The hosts of the events are able to add events to a database and the app creates a new event based off of it. The user can then RSVP for an event and the app checks to make sure that the user does not register for multiple events during the same time. Furthermore, there is a log in request in the profile part that allows the user to sign in with google. This allows them to connect with their friends and see what events they are signed up for. How we built it: - In order to build this app, we used our skills in Java and the Android Studio IDE in order to generate an application. We used Firebase, Cloud Firestore, Google Authentication as well as knowledge with XML to create an android app for the Play Store. Challenges we ran into: - It was the first time for many of us using a collaborative version control software such as GitHub, and we ran into many issues regarding committing and pushing faulty versions of the code that created many bugs. Accomplishments that we're proud of: - We are proud that we were able to work through as a team and push through to create a final app that has a solid working that we wanted. What we learned: - We learned that in order to work well as a team, simple knowledge of programming is not enough. We need proper organizational skills, and we need to know how to use organizational software such as GitHub as well. What's next for What's the Move?: - Next, even after HackGT, our team plans to continue working on the idea that we came up, and continue working on our project to make it a reality in the bigger picture. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,305
https://devpost.com/software/awayste
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Food waste in the USA is a huge problem, with 108 billion pounds of food thrown out in the United States. That equates to more than $161 billion worth of food thrown away each year. Of that $161 billion worth of food wasted, $20-30 billion is from restaurants. 10.5 percent (13.8 million) of U.S. households were food insecure at some time during 2020. Additionally, college students in Atlanta frequently look for more affordable food options. There isn’t a service connecting restaurants and consumers for discounted excess food in Atlanta. What it does: - Awayste provides a platform that connects restaurants with consumers to reduce the amount of leftover food that would otherwise be thrown out. - Restaurants use the add item page to input items that are leftover and would otherwise go into the trash bin. They can use our inventory page to keep track of the items that they have ready to sell at a discounted price. Awayste helped to reduce the food waste that restaurants produce and makes it accessible for consumers to get high quality food at an affordable price. Items “drop” at a certain time, and a countdown shows consumers how much time they have left until pickup! - On the consumer end, they can use the listings page to browse the items that restaurants publish. They can then add items they want to their cart and see the total price. Here, we used some items from Sweet Hut Bakery, a Georgia Tech favorite just a mile from campus. - We connected the NCR Catalog API to manage the inventory for vendors. In the future, we would love to use more such as the CDM, Order, Images, and Sites APIs to make our web app more functionable for NCR customers. With Awayste, our hope is to positively impact the community around us in Atlanta and provide incentives for businesses to adopt sustainable practices. How we built it: - Our platform was made with: Challenges we ran into: - We had trouble using the NCR API and spent a lot of time trying to connect to it. Most of our team was also new to web development and using CSS. Accomplishments that we're proud of: - We are very happy with the UI of the web app. Additionally, the presentation we put together and overall cohesiveness of our project is very fulfilling. What we learned: - We learned a lot more about how restaurants deal with food waste in Atlanta as well as NCR's technology that helps to support restaurants. What's next for Awayste: - Since many people struggle with allergies, we want to include tags and filters. This will help consumers to find the items they want much faster. In addition, a rewards system would help to incentivize consumers to visit restaurants with rewards which helps restaurants to build brand presence. By adding a Google Maps API, users will be able to get a better sense of closer restaurants and use a different view. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,306
https://devpost.com/software/covid-detection-using-portable-ml
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - It would help a lot if the average person is able to get an indication of their chance of already being infected. This would help them to make the choice of coming out of isolation and taking the risk of going out and getting consulted What it does: - This portable ML code uses Decision Tree algorithm to learn from an existing large COVID dataset, the dependence of the chance of being infected, on 8 fundamental factors. Accomplishments that we're proud of: - This code is a very simple implementation that involves minimum processing overhead and yet is able to indicate the possibility of a being infected with an accuracy of 85%, using just 8 simple questions. What's next for COVID Detection using portable ML: - Next in line is to embed the code into a mobile application so that it is easily available for the average person. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,307
https://devpost.com/software/coffeecap
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - \nAs new college students, many of our team members have faced fatigue and lack of sleep. To combat this during exam and project weeks, we all turned to drinking more coffee. However, we noticed some side effects such as jittery hands, anxiousness, and other unpleasantries. To avoid this in the future and help others develop mindfulness of their caffeine consumption we developed our program, CoffeeCap.\n What it does: - \nIt allows users to log their caffeine intake and helps ensure that it does not exceed the recommended daily dose of 400 milligrams.\n How we built it: - \nOur team developed this project using object-oriented principles in Java.\n Challenges we ran into: - \nOriginally, our team aimed to create a webpage to host this program, however, we quickly realized we did not have enough time to learn how to implement JSP files to take our Java code from terminal to webpage.\n Accomplishments that we're proud of: - \nOur team was able to use skills that we had learned through coursework and implement them creatively. Additionally, this program required more intricate logic than what we are accustomed to, so we are proud to have been able to create a successful end product.\n What we learned: - \nOur team has learned a great deal about project planning, especially in terms of outlining a program. Individually, we have all learned more about the experience of a hackathon and the unique environment of the event.\nWhat's next for CoffeeCap\nWe hope to continue building this program, taking it from where it is now to actually utilizing a webpage and reformatting the structure of our code.\n What's next for CoffeeCap: - We hope to continue building this program, taking it from where it is now to actually utilizing a webpage and reformatting the structure of our code. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,308
https://devpost.com/software/freebie-findr
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - There are many free items group chats around campus that notify students when free things are available, however, it is difficult to keep up with all the different groups and notifications. Freebee Findr aimed to collect all this information and keep it in one location so students could also keep track of all the free items around campus. What it does: - Freebee Findr allows students to see what free items are being given out around campus. It also has an upvote and downvote feature that allows users to see which item is most popular. How we built it: - Through IntelliJ, we used HTML, CSS and Javascript and a Bootstrap template to create a web application. We also used figma to first design the UI and various controllers. Challenges we ran into: - We ran into several problems with choosing the software which we would code the project in. At first we wanted to learn android studio and create an app; however, we realized that learning how to use android studio and coding it was unrealistic with the time constraint. Then we tried to use JavaFX since every teammate is familiar with how to use it, but our computers were having a hard time running it. We decided to go with the Figma as a prototype, and create a website to simulate what the app does. Accomplishments that we're proud of: - We are proud of the Figma because it illustrates how we want the app to run with the appropriate images and layout . Also, we are proud of our idea, and being able to make a website in a day due to the challenges we ran into. What we learned: - We learned how to code in html to make a website, and how to pick from CSS and JavaScript to help with construction of the website. What's next for Freebee Findr: - We hope to make Free Findr into a mobile app so it is more accessible for students. We want to finish implementing all its features as well. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,309
https://devpost.com/software/dine-n-dash
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - During the first few weeks of classes, the lines at all the dining halls on campus were extremely long. It was extremely difficult to try and get food and still make it to classes on time. This app helps mitigate that issue. What it does: - This app provides users with the current wait time and reviews of every dining hall on Georgia Tech's campus. Users can leave input and feedback so other users can determine the best dining hall for a meal on a given day. How we built it: - We used Xcode IDE and used Swift to build this app. We had to build the UI and program the various aspects of the app to perform in the ways we intended them to. Challenges we ran into: - We wanted to use router networks to try and give extremely accurate data but realized this was something that wasn't feasible given the time constraints and security restrictions surrounding this project. We were forced to search for alternative methods and ended up using GPS to reach our goals with this app. Accomplishments that we're proud of: - This was the first hackathon for all members of our team, and we were extremely nervous coming into the competition. Additionally, we were not accustomed to the swift language prior to this event and had to learn much of it as we were working on our project. We are extremely proud to create a functioning app at the end of this event. What we learned: - We learned a lot about the app development process and how to plan our approach to ensure a smoother development cycle. We encountered a lot of issues that we should have expected, and moving forward, we will expect these kinds of issues in similar projects. What's next for Dine N Dash: - Moving forward, we want to build upon this project and expand it into something more powerful and more meaningful. The first step of this would be to implement an API that would allow us to add alerts and messaging functionalities to our app. This would allow us to remind or recommend certain actions to users given their preferences. We could also use other information like the current wait time, time of day, and location of the user to provide the most efficient method of obtaining food. We would also like to incorporate the menu of each dining hall into our app, allowing the user to see more information about each dining hall on our app. Lastly, once we clean up the app and ensure that it works in the way we intend it to, we would like to expand it to include other food options on campus including the student center and exhibition hall. If this goes smoothly, we would like to take our app to other college campuses as well. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,310
https://devpost.com/software/nemo-ok813u
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Coming from almost two years of online meetings, we have learned a lot of great things. And a lot of bad as well. From the people that get to the meeting without even knowing the topic to those meetings that are solved in 5 minutes - and could easily have been an email - I want to try and solve that. What it does: - NEMO assists in creating the pre-reads for the meeting, inviting your peers to the platform for the platform, and having a real-time assistant while you are doing your meeting, which helps you look into all the topics in your agenda and send out follow-up tasks before the next meeting. How we built it: - I used Flutter for the front-end, TypeScript for the backend (which was serverless, I used Google Cloud's cloud functions for it). Challenges we ran into: - Making the real-time collaboration on the text editor is a whole project by itself. Accomplishments that we're proud of: - being able to finish an MVP! What we learned: - Managing to integrate well all the parts in the project (Front-end and serverless back-end), which was new for me for serverless projects. What's next for NEMO: - Next, I want to connect it to Google Calendar to send out the tasks and calendar invites for new meetings. Also, I want to add statistics on how much each person speaks during a meeting if they actually read the pre-reads, and open sections for Q&A and voting, all to be registered. Perhaps connect to Miro as well! First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,311
https://devpost.com/software/wishful-thinking
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - We found Project Gutenberg and wanted to implement a project that utilized the books found there. What it does: - It takes a user-submitted text file and generates a recommendation from the dataset based on text and style analysis, as well as predict the genre of the file. How we built it: - We used Python to build the back-end algorithms and parsers and Flask to create a front-end UI. Challenges we ran into: - Being our first Hackathon, we ran into many challenges with the organization of our work. Several times we had to rewrite parts of our code to improve speed and reduce errors. Accomplishments that we're proud of: - We managed to create a working algorithm that parses a large dataset and converts it into a more manageable vector that could quantitatively measure similarity in books. What we learned: - We learned about machine learning in the form of a Naive Bayes model to make the genre prediction and the challenges behind implementing it. We also learned how to use Flask to build a front-end, and using object-oriented programming aspects of Python. What's next for Wishful Thinking: - Implement a more rigorous recommendation algorithm such as by including sentiment analysis and artificial intelligence to make better, more accurate recommendations. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,312
https://devpost.com/software/treeldr
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - As the virtual world took over all forms of educational learning, we discovered that there seemed to be a discrepancy between the way information was presented versus the way information was stored and accessed. In particular, while great professors may have been able to give lectures packed to the brim with information, once that video was stored in the web, it became very unwieldy to navigate through and find specific bits of information. However, we noticed that despite these lectures being many hours long, most of them came in the form of slides--mostly unmoving, meaning that there was a way to greatly reduce the redundant information density contained within these videos for a more compact, explorable solution. What it does: - Enter TreeLDR. TreeLDR takes an arbitrary video file (it can be a URL, downloaded file, etc.) and outputs a sequence of slides annotated with key words and phrases that define that specific slide. Furthermore, these key words and phrases actually form links between slides through the entire video, meaning that when listening to the professor lecture over on one slide, you can click on an associated keyword and get a reminder of the previous slide where it was defined. Or, you could get a sneak peak of topics yet to come. TreeLDR strives to connect information with each other, bring together a more efficient viewing experience. How we built it: - We built TreeLDR using a combination of computer vision, natural language processing and front end engineering. We parse slides from a video sequence using computer vision before performing optical character recognition to get the paragraphs and lines within the text. From there, we perform keyword extraction, upon which we tokenize and match between all slides within a presentation in order to get a graph of common information between slides. That information is then transferred over to a front end website which aims for ease of use for students. We tried to make the UI as streamlined as possible so that anyone could use the tool, while still providing the depth that the many connections offer. TreeLDR is a tool built by students, for students. Challenges we ran into: - One major challenge we ran into early on was the extraction and matching of keywords from the slides. We knew that there would be many libraries capable of doing text recognition, but we were not aware of--at the time--of many common algorithms for semantic understanding of key phrases that can be used to match very different phrases between slides. However, we took the time to plan and researched many NLP algorithms, one being cosine distance, and were able to quickly get to speed with the meat of the backend. We also had trouble with integration late in the project, but because we set ourselves up early for success, we were doing well through the competition. Accomplishments that we're proud of: - We are quite proud of getting a working, polished product that delivers on the initial promise and uses some novel ideas to get a working system. We are also proud of how we planned the system from beginning to end, and made sure we hit the milestones along the way. In this way, we both became better coders, but also understood how to finish a project, market it, and make it usable for a general audience. What we learned: - We learned a great deal during this Hackathon. One of the most important lessons we learned was to build upon the work of others. Hacking is really about pulling together disparate knowledge from many different areas and combining them together in a unique way. We combined computer vision, natural language processing, server side programming, and front end engineering (all with a healthy dose of help from online resources) to create a great project that we are proud of. What's next for TreeLDR: - For TreeLDR, there is so much to improve. One possible idea is to extend the connection system, allowing for better keyword matching and able to work on larger data sets/longer slides. One of the most exciting things, however, is the ability to visualize a graph of the generated data, which is a completely new way of interacting with educational content. We envision a "prezi"-like presentation scheme where one can easily navigate and backtrack through relevant content, thus generating a solid flow for studying. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,313
https://devpost.com/software/brownbear
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Covid-19 gave a hard time to local and small businesses. As a result, we wanted to create something that would help them understand customer data better as well as a way for customers to engage with the business through incentives provided. What it does: - The app gives you a way to sign up and login as a customer or a business admin, and submit data or view customer data in a sorted way respectively. How we built it: - We used XCode as the IDE and used Swift language to code the application. We used python to access and implement the NCR API. We also used a Real time database using Google firebase and connecting it to our local project. Challenges we ran into: - We had not used APIs similar to NCR's before this hackathon. In order to implement it to Swift, we had to find workarounds, using Python, and make it work. We also ran into a challenge on design execution, as we brainstormed and coded certain features that did not end up in the final version. Accomplishments that we're proud of: - We got a full functioning application on iOS with real-time data in the backend and executable front end. What we learned: - We learned that certain APIs are very useful to building projects, and as we scale applications to a larger scale, it would save many lines of code. What's next for BrownBear: - Developing customer end with more sophisticated data about their shopping history. Connect to nearby company data and get real data for real results. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,314
https://devpost.com/software/launchcad
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - CAD, also known as Computer-Aided Design, is an integral process towards the planning portion of many engineering projects. However, for many new engineers, having to learn the software and concepts behind CAD just to design the elements of their project seems daunting. We asked ourselves, “How can we lower the barrier of entry so beginners can start CADing without tons of technical experience?” If only there was a way to simplify the process so engineers can start prototyping right away… drum roll … introducing LaunchCAD, a way to CAD that is as simple as putting pen to paper, a launchpad for every engineer’s journey. What it does: - LaunchCAD converts two-dimensional isometric drawings into three-dimensional CAD models. Using a mobile device, users can scan an isometric drawing and upload it directly onto a computer where the image will be converted into a .stl file. These files can then be used however the user wants to, whether for additional tweaking, 3D printing, or other such projects. How we built it: - Using open-source libraries and our own code, we were able to apply neural networks, optimization algorithms, and different mathematical models to create our application. The primary conversion from the isometric drawing to tangible data was through the use of OpenCV’s template matching CNN (convolutional neural network). On top of the template matching, we used trigonometric calculations to straighten out the isometric image into planes of 2d matrices. Finally, using statistical analysis and NumPy meshes, we were able to determine the relative location of each cube and assemble a CAD model. The frontend of our application was built using React Native and the backend was built using Tornado. Challenges we ran into: Accomplishments that we're proud of: What's next for LaunchCAD: First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,315
https://devpost.com/software/one-go
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Our team attempts to explore innovative applications in a world that is significantly impacted by COVID-19. The food hospitality industry, which is traditionally dominated by dine-in services, witnesses an enormous increase in demands for contact-free services such as delivery and curbside pickup. While delivery is supported by a wide range of awesome apps such as DoorDash and UberEats, there haven't been a lot of applications that are specifically curtailed to curbside pickup, which offers a more flexible option of dining at a much affordable cost. This shortage inspires our idea to use NCR BSP APIs to create a curbside pick-up optimization platform, as our project for the HackGT 8 challenge. What it does: - One day, you have an irrational thirst for sushi :sushi: and boba tea :bubble_tea:. However, you're not sure which sushi restaurant and which boba tea shop you should drop by so that you can achieve both of the following objectives in a one single pickup route :car:: - \ntravelling at the Shortest Distance\nGetting the Best food quality of both restaurants together\n - This is precisely where our web application comes in. Our “bundling” option allows customers to order from multiple restaurants and pick up their orders in a single trip without swiping through different apps. Given a list of multiple keywords, we conduct fuzzy searches on each one of them and create a set of combinations of eateries (and groceries, by the next extension) between each search. Each combination is treated as one item, and for each combination, our ranking algorithm computes a combined score from 1) the weighted average rating of all restaurants in this combination, and 2) the total distance of the shortest route that covers all restaurants in this combination. How we built it: - We have built the frontend with Javascript and React, and the backend with Python that is also used to connect the API from NCR and Google Map. Challenges we ran into: - The API from NCR has a unique syntax. We took quite a long time to familiarise ourselves with the usage of the API and fix the errors arising in using the the API. Accomplishments that we're proud of: - We have built a robust web application that can perform optimisation of restaurant bundles based on multiple factors, known as travelling distance and average reviews. The user interface is user-friendly and clean. What we learned: - It is the first time experience for most of our teammates to apply API in a real application. We have also learnt to work under the pressure to create a functional web applications by connecting the frontend and backend infrastructure. What's next for ONE GO!: - NCR BSP API Challenge: One Go!\nWe are exploring options to include more methods of MENU API from NCR, which are not available for this Hackathon this now. With this API in place, we have a more sophisticated platform that can help the customers to order the food on the fly in ONE GO! First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,316
https://devpost.com/software/better-visual-sensing
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Wanting to create a solution to address accessibility needs, we decided to create a new approach to helping those with visual impairments interact with the world around them. What it does: - The sensor calculates the distance between the user and the closest object in proximity and vibrates to let the user know that they are approaching an object. How we built it: - Using a raspberry pi and the vibrating motor from an old phone, we created a prototype for our device. Challenges we ran into: - We found it difficult to consolidate our design into something more convenient, discrete, and wearable. Accomplishments that we're proud of: - Having a mostly operational prototype for our solution. Ideally, a more complete solution would be wearable and vibrate consistently based on the proximity to the obstacle. What's next for Better Visual Sensing: - Creating a more discrete, wearable device that would give the user full awareness of their surroundings. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,317
https://devpost.com/software/bazaar-z2qg1f
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Problem Statement: - Lack of exposure and availability of products created by minority groups and ECG based companies. Inspiration: - Small businesses took a particularly large hit during the COVID pandemic\nBusinesses owned by minorities, women, and LGBTQ members (MWGBs) face challenges towards achieving the same success as other businesses\nMany local businesses don’t have the resources to market themselves and suffer from lack of awareness What it Does: - Bazaar is a social media network for retail purchases showing off the cool things you buy to your friends\nProducts that are environmentally-friendly and/or bought from MWGBs are prioritized higher on the feed so they can stand out more\nUsers receive points for their purchases (buying environmentally-friendly or MWGB products gets a lot more points). Also, on your next order (at any store), you gain double points for posting your purchases to your friends! Once you get a certain number points, you can get rewards like gift cards at the local stores you love!\nA stores tab in the app lists MWGBs around you and links to their website. How it Works: - When you buy an item at a supporting business, you scan your QR code and the verified purchase appears in your purchase list\nYou can post the item to the feed from the purchase list, sharing it to other Bazaar users\nYou gain points for every purchase, varying based on what types of small local businesses you’re supporting, eventually leading to rewards\nYou gain badges for collecting a certain amount of purchases of a given type\nYou can search for local small minority owned businesses to find their summaries and websites to further support them\nYou can form a network of friends to share your progress in supporting your favorite businesses with Use Cases: - Learn about new products. \nHave the opportunity to exercise loyalty based rewards. \nInteract with consumers who share similar interests as well as advertise for products they believe in. How we Built It: - Developed an iOS mobile application in XCode using Storyboards and Swift\nLinked Swift frontend to Firebase database to deal with storing data and media, as well as authentication profiles\nA mock POS Android App that acts the store that would verify users’ purchases by QR codes unique to each user and automatically add their orders to their profile\nA backend using Python that handles all of the requests to the NCR APIs using HMAC authentication, as well as the bulk of the interaction with our database. This also receives the sales info from stores when a user makes a purchase and adds those products to the user’s profiles. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,318
https://devpost.com/software/sustainable-mcqueen
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Many of our family members back in India try to buy a car which causes less pollution but end up buying a car without looking into it as they have no resources to directly look into it and they also don’t have the time to research it themselves. This is a wasted opportunity since even a small step taken makes a large difference in the long run. What it does: - Sustainable McQueen has a list of Vehicles along with the rates of Carbon Dioxide emissions and the prices so that people can take both of the important factors into consideration. Our platform also provides the opportunity to compare cars to give a better understanding of the differences. How we built it: - We mainly utilized HTML, CSS, and its components to build the application. Challenges we ran into: - Finding the CO2 emissions per vehicle in our sample data set was a bit challenging in the beginning since we had to research a lot and convert values to a standardized unit to make it easier for end-user comparison. Also, sleep. Accomplishments that we're proud of: - We’re proud of the fact that we could come up with an idea that could help people take a step towards sustainability. With global warming’s increasing threats, everyone should try their best to be as sustainable as possible. What we learned: - We learned how to effectively divide tasks among team members and learned that communication is key! What's next for Sustainable McQueen: - Sleep. After that, we plan on utilizing Catalog and delivery APIs to create a one-stop shop where end users can not only make a decision but also take the decision. Furthermore, we wish to add other ways cars affect the environment into consideration. Adding a price filter along with an emission filter, which can allow users to search for an optimum solution that is not only sustainable but also within their budget. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,319
https://devpost.com/software/synth-39twqm
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - We were inspired to create a music-based social media web application because we all personally had a lot of music artists that we were interested in, and wanted to talk to others about. However, it can be hard to find someone who likes the same artists that you do, especially if that artist is not well known. - In addition to this, we considered how focused society was on social media and music. While social media stems from our desire to connect with others, music stems from our artistic expression. We decided to combine these two and thus created Synth. What it does: - Our web application aims to match people with similar music interests so they can share liked music and provide recommendations to others. It also provides the user with an overview of their favored songs and artists over either the last 4 weeks, the last 6 months, or the lifetime of the Spotify account. It authenticates users using google and stores their data in a Firestore database to ensure a unique experience for every user. How we built it: - Synth was built with web technologies such as Next.js, Firebase, and Flask using Typescript and Python as the main languages. Many of the front-end UI components utilized Chakra UI to facilitate a single design system for rapid development. Our backend, consisting of Flask for the server, implemented our custom algorithm to generate user matches, taking into account each user's top genres, artists, and even specific songs. This makes our platform capable of uniting those with very niche music interests. Say you love an indie band that not many people from your town know of. Using our software, one can potentially find other like-minded individuals that are in love with the same indie band, an otherwise difficult thing to do outside of social media. Challenges we ran into: - One major challenge we ran into was the interactions with the Spotify API. We originally tried to use a Python wrapper of the API, but it was finicky and it was hard to get consistently to work. Instead, we had to directly communicate with the API which was something outside of what we were comfortable with. - Another challenge we had in building this application was the algorithm to match users. In the case of a much larger user base, it is extremely hard to check every user against every user to find the best match. This is time consuming and impractical. To combat this, we had to figure out a way to greatly decrease the amount of comparisons. In the end, we found a way to initially split everyone into buckets which they are then compared with to find a match. Accomplishments that we're proud of: - We are proud of its ability to successfully match within our group of three members. Although this may seem small, it was obvious to us who should be matched with who and our algorithm agreed with us which was a reassurance to the eventual success of the algorithm. - We are additionally proud of the way a user's top songs and artists are presented on the dashboard. We thought that the presentation provided an aesthetically pleasing, while also efficient, way of presenting a user's music data. What we learned: - We struggled with using the Spotify API because at first we tried to use Spotipy which was a Python library for the API, but then we realized that using the API directly would make it a lot easier for us. Through this, we learned how to directly query an API without the wrapper and the benefits and detriments of that. - Additionally, we learned how to integrate React.js, Flask, and Cloud Firestore in the development of our application for our frontend, backend, and data storage respectively. It was very interesting learning how they work together and how requests are sent through. - Lastly, we had to develop a way to match people with users with similar music tastes. Here, we learned exactly what data we were able to access through the Spotify API and were able to use artists, songs, and genres to match users with each other. What's next for Synth: - Synth is a social media app and we were able to match similar users with each other. In the future, we would also want to implement messaging through the app so that users would not have to email each other. Within the messaging system, we would also want to include other functionalities such as being able to make Collaborative playlists on Spotify with each other and we were even thinking of giving users the option of allowing others to queue songs for them in Spotify. We also considered adding a feature that would allow users to match with others who both manually selected a specific artist or song. Additionally, we thought of perhaps listing music concerts that people were attending and would perhaps want to connect with others attending the same concert. - There were a lot of future directions that we were considering, and while we were not able to implement them, we're excited to implement them, and other convenience features that we haven't even thought of, in the future. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,320
https://devpost.com/software/retail-io
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Often times, when you go shopping with others, someone will inevitably finish quicker than the others and spend the rest of the time waiting for the rest of the group to finish. We wanted to find a way to optimize that wasted time to help both the consumer and the retailer. \nThis project is in a relatively unique position, where there are very few examples to draw inspiration from! What it does: - Consumers and retailers mutually benefit: How we built it: - We used Flutter, built on the Dart language, to create a cross-platform solution. Challenges we ran into: - We have very little experience with Dart, so it was hard to get a functioning UI! Accomplishments that we're proud of: - All the basic features are there. In particular, the barcode scan functionality works as intended! What we learned: - We learned how to use Dart to build mobile apps! What's next for Retail.io: - There's the potential to implement many more minigames and to use machine learning on the backend to streamline the inventory process for retailers! First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,321
https://devpost.com/software/gulp-nxv34b
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - We wanted to provide retailers with the opportunity to better serve their customers in a personalized way. What it does: - It provides a smart informational dashboard and suite of tools. How we built it: - We built each tool using Python and OpenCV. Challenges we ran into: - We ran into challenges while working with hardware and integrating a ROS dashboard. Accomplishments that we're proud of: - We were able to get several of our projects working efficiently, and we learned a lot of new technologies. What we learned: - Computer vision, how to use ROS, vision tracking. What's next for Smart Store: - Optimizing current features based on user experience. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,322
https://devpost.com/software/smallfund
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: What it does: - SmallFund is a platform that allows small businesses to advertise their returned products and increase their chances of making profit on a sold item. A huge problem that small businesses face is not being able to resale returned products which leads to loss of profits and heavy wastage of goods. Using our platform, small businesses will be able to upload pictures of their refunded items with a small description and wholesale them to the public for the chance to make a profit. How it works: - Sellers (small businesses) can create a profile on the website to register and login. Once logged into the platform and validated, they can start to create items by uploading an image and providing a name, description, and price of the returned product. Our custom ML algorithm will check if the item is defective based on the image uploaded and determine if it is viable to be uploaded into the database and displayed on the platform for consumers to see. Once it is on the platform, consumers can easily go and buy the item for a lower price and sellers will be notified if their products get sold. Challenges we ran into: - Some challenges we ran into were integrating the NCR apis to help maintain the item catalog and seller database. Accomplishments that we're proud of: - We're proud of creating a fully functional platform that allows sellers to display items and consumers to buy items. What we learned: What's next for SmallFund: First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,323
https://devpost.com/software/team-199-hackgt-8
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Integrating Law and Policy with Computer Science to provide effective solutions and services for companies What it does: - Save businesses money by telling them what tariffs their imported products best fit (avoid fines and can argue for lower, vague tariffs) How we built it: - Jupyter Notebook Challenges we ran into: - Jupyter Notebook was not optimal for this project but was the most comfortable ide for us as beginners. We wanted to use Sent2Vec, but after realizing how complicated it is, we had to fall back to Word2Vec. In addition, it was hard to find the best sources we needed. Accomplishments that we're proud of: - We're proud of learning more about ML/AI and Python. What we learned: - ML/AI and Python What's next for Team 199 HACKGT 8: - Hopefully finally make the final product we hoped to make! First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,324
https://devpost.com/software/ohm-s-plumbing
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Developing blockchain based art (NFTs) using software seemed intriguing to the team, but we wanted to find a unique and impactful use case. What it does: - Ohm's Plumbing transforms the standard SPICE circuit schematic file type into a uniquely generated, animated piece of plumbing art. The art style leverages the age-old comparison drawn between pipework and Ohm's law to produce a piece that is not only interesting to look at, but one that useful in understanding electronics. How we built it: - Using Python, we developed a SPICE file parser, a unique generation algorithm for placing the circuitry in 2D space, a "pipe" (wire) routing algorithm, and a graphic rendering application using OpenCV. Challenges we ran into: - Routing wires efficiently from each component in 2D space was definitely the biggest challenge. The algorithm has a lot of conditionals to ensure no routes are crossed as well as maintaining the rotation of pipes to show seamless flow. Accomplishments that we're proud of: - Being able to successfully map some basic test examples of RC circuits as well as a more complex example. Uploading our generated Ohm's Plumbing art to OpenSea as NFTs! What we learned: - We need sleep to function! What's next for Ohm's Plumbing: - Further refining the routing algorithm to fail less. As well as adding the ability to use more circuit components. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,325
https://devpost.com/software/esg-academy
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - I was interested in the BlackRock ESG challenge and web development. What it does: - It currently has a log-in screen functionality. How we built it: - I used Google Cloud Firebase, Flask, Python, Docker, HTML, Javascript, and CSS. Challenges we ran into: - Trying to develop something in a limited amount of time while also having school work. Accomplishments that we're proud of: - I am happy that I was able to make a website with a login feature with the time I had. What we learned: - I was able to develop my web development skills. What's next for ESG Academy: - There could potentially be articles and opportunities for users to discuss ESG investing. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,326
https://devpost.com/software/gt-financial-planner
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - GT Students need to be financially literate and be able to easily keep track of finances along will all other school work, which can be hard. What it does: - Creates a financial guide, budget calculator, and finance predictor for students. How we built it: - We used HTML, javascript, JQuery, Python, CSS, and Github Challenges we ran into: - Code bugs, idea detailing Accomplishments that we're proud of: - We feel this project could be useful to GT students and make their lives a lot easier. What we learned: - How to work cohesively as a team to implement a new and creative idea. What's next for GT Financial Planner: - We plan to implement further features and algorithms to enhance our project. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,327
https://devpost.com/software/healthcord-a5uwro
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - HealthCord is online Personal Health Record web application that you can use to maintain, manage and keep track of information from your medical history, doctor visits, tests, ailments and procedures. You can also document your life outside the doctor's office and your health priorities, such as tracking your food intake, exercise, and blood pressure. Analyse and provides you with the summary of your health. What it does: - One can consult dieticians, fitness trainers to plan your diet and workout routine. \n It also has a patient portal that allows users to access online appointment scheduling, and bill pay. How we built it: - \n\n\n\n\n\n Challenges we ran into: - I took a lot of time configuring and refactoring the project HealthCord. Moreover, I was also looking at the security side, which is a very important thing to be kept in mind for these types of projects. Also, it was a bit difficult for us to collaborate in a virtual setting but we somehow managed to finish the project on time. Accomplishments that we're proud of: - I explored so many things within 48 hours. It was a tad difficult for us to collaborate in a virtual setting but I'm proud of finishing the project on time which seemed like a tough task initially but happily were also able to add most of the concepts that I envisioned for the app during ideation. Lastly, I think the impact our project could have is a significant accomplishment. Especially, trailing the current scenario of COVID19, this could really be a product that people find useful! - This project was especially an achievement for us because this time the experience was very different than what I have while building typical hackathon projects, which also includes heavy brainstorming, extensive research, and yes, hitting the final pin on the board. What I learned: - A lot of things, both summed up in technical & non-technical sides. Also not to mention, I enhanced our googling and Stackoverflow searching skill during the hackathon :) What's next for HealthCord: - As previously mentioned, HealthCord is one of the most technically sound projects we have made till now, and I would love to keep it open-sourced indefinitely so that anyone can contribute to the project since we are aiming to expand the wings of our project beyond the hackathon. Apart from fine-tuning the project, I am also planning to integrate new user-intuitive features such as refined User/Patient access, easy checkout option for hospitals, adding more such IoT-based inter-device support for maximizing our audience interaction. Apart from these, a lot of code needs to be refactored which does include CSS improvements for desktop preview as I couldn't hit so much under limited time. Overall, I hope that one day this project can be widely used among the medical community to redefine the existing & remove the backlogs. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,328
https://devpost.com/software/logo-with-circles
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - MLH Local Hack Day What it does: - Since this project allows us to create any kind of design, I chose to create a logo.\nIt portrays the sublimation of colors through the shape which for me represents no edges or sharp corners but just normal, average curve. How we built it: - I used Canva to build the logo. Challenges we ran into: - Had to figure out how to adjust the radius and precise placement of shapes. Accomplishments that we're proud of: - I can create a logo with only one shape! What we learned: - How to use shapes in Canva\nElement placement and alignment First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,329
https://devpost.com/software/auto-accept
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - A person on Linkedin has uploaded a post requesting the team to implement a feature so that he can accept all his 600 pending connection requests. I thought I can build this project What it does: - It checks for the connection requests in inbox and accepts them one by one with the time frame of 3 seconds per request How we built it: - I used StreamLit for user interface and selenium module in Python to automate this process Challenges we ran into: - I need to test my project to make sure that it runs. However I hardly receive a connection request on Linkedin. So, I approached many student communities to send me a connection request. In an hour, I received more than 30 requests. This was plenty for me and I completed testing it. What we learned: - I learnt more about selenium concepts and I felt overwhelmed by the support that I received to complete my project What's next for Auto Accept: - I am planning to build a chrome extension for the project First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,330
https://devpost.com/software/studytime-2grc4i
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - while attending online class, used to get distracted by the notifications from other sites and I used to open those sites. this made me less attentive in class and I used to missout important notes and lectures. What it does: - this chrome extention blocks all websites except for google meet(where you attend your online classes) and youtube (where you see videos related to your study) How we built it: - To build this extension, searched for a nice css template instead of creating it from scratch to save my time and and wrote a javascript file for the extension Challenges we ran into: - This is my first chrome extension, so I first leant how to make an extension from youtube and then I made this file. Accomplishments that we're proud of: - this extension will help the students to focus more on their studies and will make them free from any distraction. What we learned: - I learned how to make a chrome extension and how it works. What's next for StudyTime: - I will try to fix any bug which I find out and will try to add more features to it. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,331
https://devpost.com/software/chess-puzzle-chrome-extension
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - I love playing chess and like to solve puzzles What it does: - It gives you daily chess puzzles to solve from lichess How we built it: - Using html, js Challenges we ran into: - There were some problems while fetching the API Accomplishments that we're proud of: - Finally could display the puzzle What we learned: - How to build a chrome extension What's next for Chess Puzzle Chrome Extension: - Feature to analyse the puzzle First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,332
https://devpost.com/software/weather-app-t0h9w1
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Main motive behind creating this app was to learn about NodeJs and getting a hang of calling different APIs and chaining them together. What it does: - It's a very simple application. Just write down the location and it gives the forecast, approximate temperature, cloud cover and humidity. How we built it: - It's built using NodeJs, Express, Mapbox API and Weatherstack API. What we learned: - Got to learn many concepts of Asynchronous NodeJs (like callback abstraction, callback chaining, etc), Express, HTTP requests, Query String, etc. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,333
https://devpost.com/software/weather-app-23yc7m
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: What it does: - The Python script fetches current weather data from the OpenWeatherMap API and displays the current temperature, humidity, pressure and weather report. How I built it: - I built it using Python and with the help of OpenWeatherMap API. Challenges we ran into: - Getting the API to work was the first hassle I ran into. Eventually, I was able to get it to work. What I learned: - I have learnt to use APIs now! This was my first time using one and it was incredible! What's next for Weather App: - Incorporating more features like a GUI, Pictures to indicate the current weather report and even a 7-day forecast would be great additions to the App. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,334
https://devpost.com/software/fastner
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - MYSELF What it does: How I built it: - THINKING HOW TO BUILD Challenges I ran into: - NO EXPERINCE Accomplishments that I am proud of: - TO GET STARTED What I learned: - HACKATHON What's next for QUADERR-R: - JUST EXPLORING First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,335
https://devpost.com/software/project-setup-creator
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - The main inspiration for this project is to automate setting up the project environment setup which we have to do every time we start the PC. So rather than writing same command to go to project location and open it in code editor and also to initialize back-end, why can't we convert this all into a single small command. What it does: - It saves all the command needed to set the environment and associate it with a setup name, which we can use as reference to run it. How we built it: - I built it with all the core packages of python. Challenges we ran into: - Few challenges I faced: Accomplishments that we're proud of: What we learned: What's next for Project Setup Creator: First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,336
https://devpost.com/software/shaggy-dog-story
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - A Chrome Extention will help with a task in a fraction of a second. So why not do smart work. What it does: - It shows a joke every time we click. What we learned: - Learned JSON to build it and how to publish Extention in chrome. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,337
https://devpost.com/software/covid19-health-news
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Two spread daily awareness about covid19 What it does: - It is an automated system that will give messages in your SMS inbox about the health conditions in India and other health tips. How we built it: - It is made using Twilio API and newsapi and automated on pythonanywhere platform Challenges we ran into: - How to get the newsapi to get it to work. What we learned: - We learned how to deal with APIs and how we can automate the tasks. Majorly how to work with amazing service as Twilio. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,338
https://devpost.com/software/weather-app-kjqhrt
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: What it does: - Displays weather of a given city How I built it: - using Html , css3 and unsplash Api (background image ) for frontend and JavaScript fetch API as backend Challenges we ran into: - Designing Accomplishments that we're proud of: - N/A What we learned: - community and hackathon culture, gained new experiences What's next for Weather APP: First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,339
https://devpost.com/software/cleanup-nj46ds
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - I thought there would be some people like me who didn't know about temp files and decided to make this What it does: - Cleanup takes inputs for the corresponding directories (namely temp, %temp%, prefetch, softwaredistribution) and deletes the files in them.\nAfter the first time those inputs will be saved so you can keep reusing the app with more ease How we built it: - Except for the .bat file, everything else is in Python (PyQt5 for the GUI) Challenges we ran into: - These folders require administrative access so sometimes it just wouldn't work if you didn't have the rights (Windows 11 stuff), so used a self elevating shell script that forces it run as admin incase Accomplishments that we're proud of: First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,340
https://devpost.com/software/url-shorten
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Description: - This extension allows you to shorten URLs using is.gd, v.gd, tny.im, bit.ly, tinyurl.com. Features: - \nUses various clients like is.gd, v.gd, tny.im, bit.ly, tinyurl.com\nUse of Right Click Menu\nGenerate QR Code\nAuto-Copy URL to Clipboard\nDark-Mode support\n Installation: - For Chrome - \nDownload the source code as zip and unzip it.\nGoto Chrome Settings using three dots on the top right corner. Click on Extensions.\nNow, Enable developer mode.\nClick on Load unpacked extension and select the folder Chrome from the unzipped folder.\nPin the extension to the Chrome menu.\n - For Firefox - Click here! First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,341
https://devpost.com/software/weather-script-python
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: What it does: - Take a location as an command line argument and prints the weather of the location. How we built it: - This project is build using python. Challenges we ran into: - Using JSON files in python. What we learned: - Converting strings to JSON in python. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,342
https://devpost.com/software/peacocks-wing-using-circles
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - peacocks What it does: - draws circles in a concentric manner How we built it: - used pythons turtle to draw basic circles Challenges we ran into: - finding out how to use turtle Accomplishments that we're proud of: - We were able to make it work in replit What we learned: - replit can run turtle?? What's next for Peacocks Wing using circles: - Hopefully being able to switch it to something realistic not just circles maybe add color First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,343
https://devpost.com/software/weather-report-script
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Instructions to execute the script: Sample Output: - Weather Report of New Delhi, India\nMonday, 2022-01-10\nThe current temperature is 12°C with 97% humidity\nThe sky is Cloudy with a wind speed of 9 km/h West\n First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,344
https://devpost.com/software/automating-the-shutdown
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Shows Weather: Used basic html, css, js to build: First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,345
https://devpost.com/software/weather_forecast-py
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: weather_forecast: What it does: - It essentially uses API calls to get data from a weather API and displays the current weather of a city. How I built it: - I used openweathermap.org's free weather API to get the data of the current weather and weather conditions and coded it with Python. Challenges I ran into: - One of the challenges i ran into was how to display images of the weather conditions (eg. when it's sunny or cloudy etc.) from the API. Instead, I displayed the current condition as a Text so that the user can understand the current condition of the weather of their desired location. What I learned: - I learnt how to use an API and make API calls. This was a really fun project and i had a blast making it! What's next for weather_forecast.py?: - In the future iteration, I will try to add images for this python script instead of displaying the current weather condition as Text. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,346
https://devpost.com/software/my-koffee
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - I enjoy coding so, i have created my first website with what i have learned this really gave me confidence. What it does: - Its an online delivery of coffee and coffee beans to the customers. How we built it: - Its built by using HTML 5 and CSS 3 Challenges we ran into: - It was a bit challenging for me because it was my first work with HTML and CSS . Accomplishments that we're proud of: - I got to learn many things while building this project my practical skills has also increased. What we learned: - I learned about web development , HTML 5, CSS 3 What's next for My Koffee: - I hope i will develop it more by adding backend to it. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,347
https://devpost.com/software/animation-with-my-name
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: What it does: - Animation on my name How I built it: - Using Canva First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,348
https://devpost.com/software/custom-chrome-skin
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Local hack day : build \ngives this challenge What it does: - it customize the background How we built it: - we built using CSS + JavaScript +JSON Challenges we ran into: - Actually its fun to create , so we have not faced any challenge! Accomplishments that we're proud of: - this is our first chrome extension What we learned: - Learnt a new skill of creating chrome extensions What's next for Custom Chrome Skin: - we will develop the theme changing update in near future! First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,349
https://devpost.com/software/chrome-extension-1bjy6g
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Daily challenge What it does: - reorders tabs How we built it: - Visual Studio Challenges we ran into: - Needed to learn the API First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,350
https://devpost.com/software/reddit-memer
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - I have been obsessed with memes lately from reddit and Instagram. I also had to create a chrome extension, also found this meme api randomly on git, so combined them all to create this little extension for chrome. What it does: - Fetches memes from Meme Api and display right inside a chrome extension container. How we built it: - Learned from chrome extension tutorial. What we learned: - How to built a Chrome Extension What's next for Reddit Memer: - Add a prev, download, send button First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,351
https://devpost.com/software/weather-script-r7nbjm
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Description: - This script uses the OpenWeatherMap API. The purpose is simply to retrieve the current weather temperature and description. It is only used in the console. How To Run: - First create a file called credentials.py and create the following method with your API key: - def GetWeatherAPIKey():\n return [API key]\n - Then run: - python3 weather.py\n```S\n First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,352
https://devpost.com/software/automate-a-daily-task-iwzpov
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration..: What it does: How we built it: Challenges we ran into: Accomplishments that we're proud of: What we learned: What's next for Automating to play a vid on YT: First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,353
https://devpost.com/software/timer-685uk3
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: What it does: - Creates a timer for the duration specified How we built it: - It is a simple app built using Python and Tkinter library. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,354
https://devpost.com/software/countdown-timer-using-python
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration Learning more about python and its module: What it does it is a countdown timer: How we built it it is built using some basic python commands and time module: Challenges we ran into problems while running loop and some syntax errors: Accomplishments that we're proud of it works fine: What we learned: What's next for countdown timer using python: First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,355
https://devpost.com/software/exchange-rates
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - When we travel abroad and always feel the urge to convert the currency to evaluate our future expenditure, be it during shopping or eating in an expensive restaurant. So to evaluate this quickly we could run a currency exchange python script on our mobile phones or PC instead of googling, especially useful when we don't have access to the internet or to not get distracted by Google. What it does: - Converts any foreign currency to any base currency via your terminal\npython .\\QXchange.py 55 usd inr\nThis CLI command converts 55 USD to INR (Indian Rupees) How we built it: - Using Python Challenges we ran into: - Learning the currency codes for different countries from Accomplishments that we're proud of: - Built an CLI script What we learned: - CLI scripting What's next for Exchange-rates: - A QXchange mobile app First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,356
https://devpost.com/software/chrome-extension-5jebi3
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - AutoJ O.o mer What it does: - Opens all the LHD event pages on time, by taking the time and links from the LHD Build schedule page. How we built it: - Javascript Challenges we ran into: - Silly timeout mistakes. Accomplishments that we're proud of: - Working extension, and will work throughout the week What we learned: - How not to mess up timeout calculations (a bit) What's next for Chrome extension: - Maybe a script to automatically click "check - in " button too \ud83d\udc40 First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,357
https://devpost.com/software/weather-app-dvub1p
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Mumbai's current cold weather What it does: - Takes in city name and displays country, temperature, weather description and answers some location specific questions like tells you can go out for walk except when its rainy, and asks you to keep yourself warm if its getting too cold How we built it: - ReactJs and Openweather api Challenges we ran into: - Designing Accomplishments that we're proud of: - learnt to use weather api data in our functions What we learned: - learnt to use ReactJs better What's next for Weather App: First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,358
https://devpost.com/software/build-a-chrome-extension-jb65f3
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - I am really inspired from other chrome extensions that can do many things What it does: - My chrome extension will change background color of any webpage to red, green, yellow or blue. How I built it: - I built it using HTML, CSS and JavaScript Challenges we ran into: - Finding appropriate documentation for whatever I have to do in my chrome extension Accomplishments that I am proud of: - I have made my first chrome extension What I learned: - To build a chrome extension What's next for Chrome extension: - To add more advanced features First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,359
https://devpost.com/software/automate-moving-files
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - I was inspired to build this project because I know personally, and I'm sure others can relate, is that as a student you are constantly downloading files and when they all clutter in your download's folder, it can be very tedious to organize it and find all the files you need quickly. What it does: - Currently, this script only takes the files from your downloads folder and reorganizes them to the respective subfolders inside the download's folder. This way, the downloads' folder stays clean and allows you to look through them at a later time. How we built it: - I built this using python. I imported the os library alongside the shutil library(allows for high level file operations). Challenges we ran into: - Some challenges I ran into was setting the destination path, as when I just used a single backslash this would not work, so I had to use a double backslash. Still don't know why.... Accomplishments that we're proud of: - I'm proud to get my first python automation running smoothly. What we learned: - I learned that libraries allow for endless projects and that there are also many ways to preform a task in python, some more efficient than others. What's next for Automate Moving Files: - This script can be later adapted to rename and organize the files based on different criteria such as when you download it, from where you download it or even reading the file to see if maybe it is a certification or textbook and needs to go in your school folder or if it's just a random meme from your buddy and needs to go in the images\\fun folder. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,360
https://devpost.com/software/haiku-hack
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Description: - This script uses the DataMuse API. The purpose is create basic, nonsensical haikus around a given word. Haikus are a form of Japanese poetry that include 3 lines, that have 5-7-5 syllables respectively. Don't expect these to be any good. How To Run: - Simply execute the following: - python3 haiku.py\n First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,361
https://devpost.com/software/website-mock-up-with-3-colors
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - I was inspired to make a satirical, humorous site for FreeCodeCamp with basic utilization of HTML and CSS. I enjoy creating pages in a light-hearted manner that can help viewers indulge in a bit of laughter. What it does: - This site roughly relates to a mock tribute page, where Zoidberg from Futurama is contemplating whether he is an octopus or a crab. The page offers (mostly gag) information about Zoidberg and his friends. How we built it: - I used Codepen and incorporated HTML and CSS to get the skeleton of my page created. I was somewhat able to use Flexbox features and put my basic knowledge of both languages to the test. Challenges we ran into: - I had some trouble properly organizing my HTML. I still have some confusion about the most sufficient layout of a page. Other issues were related to my CSS, which I have very basic comprehension of, so my page is not as intricately designed as I would like. Scaling was a huge issue as well for me. Accomplishments that we're proud of: - I'm very happy with how I was able create my page thus far from bare bones. It really tested my understanding of HTML/CSS and to see my creation come alive was very satisfying. What we learned: - Since this was a previous project I worked on, for this specific challenge I was able to further test myself with RBG color schemes and was able to implement the exact hues and colors I preferred. For the challenge criteria, I changed around my border colors, background colors, and changed 3 different colors from my previous work (rgba(255, 130, 0, 0.8), rgba(10, 150, 250, 0.8), rgba(0, 120, 90, 0.6) ). What's next for Website Mock-up With 3 Colors: - I would love to study color theory more in order to understand the importance of different color combos. In other words, learning more about color cohesiveness for a page will most definitely help with user accessibility, ease, and functionality. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,362
https://devpost.com/software/ino-weatherapp
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Daily Challenge of Local Hack Day. Isn't it cool to view weather details dynamically? What it does: - It fetches weather data from openweathermap API and displays it nicely along with a dynamically changing background. How we built it: - We built it using Vue.js Framework and data from openweathermap API Challenges we ran into: - Pretty much nothing!! Accomplishments that we're proud of: - Happy to participate in spite of it's being Exam time!! What we learned: - Just some random stuff in routing. What's next for Ino-WeatherApp: - There's a lot more room for improvement. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,363
https://devpost.com/software/distraction-blocker-chrome-extension
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Created this to learn how to make chrome extensions. What it does: - It's a simple chrome web extension that helps users to disable all social media distractions. How we built it: - Just used HTML, CSS and Js What we learned: - How to create chrome extensions What's next for Distraction Blocker Chrome Extension: - Will try to add some more functionalities like customizing it according to the user. User would be able to choose the websites that he/she wants to block. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,364
https://devpost.com/software/timer-bzva57
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: What it does: - You can input the duration in seconds for which the timer should run and it will count till the required time. How we built it: - Using Python Challenges we ran into: - Displaying real-time countdown Accomplishments that we're proud of: What we learned: What's next for TIMER: First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,365
https://devpost.com/software/break-reminder-dz4ymi
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - This project has java code to show the use of Timer and TimerTask. I chose this project so that user can get reminder and take small breaks in between. What it does: - This project will display a reminder message after every two hours to take break while you code or do any task. In this way you will be able to take small breaks for 10-15 minutes between your work. How we built it: - I made it through java on intellij idea. Challenges we ran into: - I wanted to apply some more features like audio reminder, song will play in background to alert the user. But due to less knowledge I wasn't able to apply. Accomplishments that we're proud of: - I made my first java code project on intellij idea. What we learned: - I learnt about timer and timertask. What's next for Break Reminder: - I will add audio reminder and will try to make an android app for that. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,366
https://devpost.com/software/link-liner
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration and What It Does: - Originally we wanted to come up with a tool that could make webpages friendlier for color blind users by modifying colors. However, we came across an article that states, "it is not possible to predict what a color blind users sees with 100% accuracy" as there are different types of color blindness. - We took inspiration from some of the suggestions made by the article, and learned that clickable areas and texts on the web are often delineated by color which can create challenges to users with color deficiencies. Therefore we decided to create Link Liner to underline all clickable texts on a webpage to help color blind users locate clickable texts quickly. How we built it: - We built it with Google Chrome Extension MV3. Challenges we ran into: - Didn't what would be the best approach to make webpages more accessible to color blind users because we did not have much knowledge about it ourselves. Accomplishments that we're proud of: - We did the project pretty quickly and learned some new things about color blindness. What we learned: - Learned how to use Google Chrome Extension, Learned some Javascript What's next for Link Liner: - Have more customize options for users to highlight links in the colors comfortable to their eyes, auto-enable option for all sites First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,367
https://devpost.com/software/weather-checker
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - This project was inspired by the weather script challenge listed for day 1 of LHD: Build. What it does: - Type in the name of any city around the world to look up how the weather is there! (Make sure to type a valid city name!) How I built it: - Using the OpenWeatherMap API, the JS script fetches weather data asynchronously for the city inputted by the user, then returns a small weather app-like widget with some basic weather information. A live "demo" (weather.html) is hosted by GitHub Pages on the microsite linked below, and can be accessed by clicking Day 1: Weather on the homepage. Challenges I ran into: - This was the first time I wrote an async/await script, and I'm also pretty unfamiliar with API calls, so it took quite long to figure out the JS code and to get it working as I wished. What I'm proud of/what I learned: - I'm glad to have learned more about async/await, using APIs, and practicing my JavaScript skills in addition to very basic front-end/web development in this challenge. What's next for Weather Checker: - The functionality is simple enough, so some possibilities would be: First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,368
https://devpost.com/software/earth-beauty-timer
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - In the daily challenges, the timer one stood out to me because while I have used a timer in a previous Hackathon, I have never personally built one and wanted to try it out this time. What it does: - It times you in whatever you want to do. To restart it just refresh the page. How I built it: - I built this timer using HTML, CSS, and Javascript on repl.it What I learned: - I knew how to make a functional timer that times you within every 5 seconds. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,369
https://devpost.com/software/weather-py
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - From the weather challenge on day 1 What it does: - Gets the current weather for a city that the user specifies How we built it: - Using python, importing the requests and BeautifulSoup4 packages Challenges we ran into: - Lack of good websites to scrape from, web data requires javascript to run before displaying the html Accomplishments that we're proud of: - Found another way to write a function that checks the weather. Previously, I made a command to do the same but with the use of API's. What we learned: - That web scraping using bs4 directly is not very efficient to check for weather. Many sites will not display the code that displays the weather data immediately, as javascript needs to be run first. This can be fixed using selenium webdriver, which may be a solution to implement later on. What's next for Weather.py: - I will utilize different ways to check the weather rather than web scraping, namely using API's instead of scraping. This will allow me to gather more data, such as the weather for the next day. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,370
https://devpost.com/software/fun-facts-chrome-extension
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - I wanted to build a chrome extension and make it do something fun. So fun facts came to mind. What it does: - It shows you random fun facts! How we built it: - Using HTML and CSS, and javascript to call the fun facts api Challenges we ran into: - designing the extension Accomplishments that we're proud of: - Building an extension! What we learned: - Manipulating DOM with js What's next for Fun Facts Chrome Extension: - Better design! First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,371
https://devpost.com/software/weather-application-25quyl
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Apple Inc. developed an amazing weather application which can perform almost all actions. Also I wanted to create one for my own purpose by developing skills and bringing the best out of it. What it does: - It helps to forecast the weather in different places of the world. How we built it: - \nBuilt the web body using HTML.\nStyles using CSS.\nInteraction and Behavior using JavaScript.\n Challenges we ran into:: - \nFacing issues in API updates and embedded in JavaScript.\n Accomplishments that we're proud of:: - This is our first project submission in DEVPOST with LHD Build Season 2022. I have learnt:: - HTML, CSS, JavaScript and API's for developing the application. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,372
https://devpost.com/software/my-lhd-hack
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - I wanted to learn something new in LHD, so I tried out the chrome extension challenge. What it does: - Changes the background colour of google.com How we built it: - Json and css Challenges we ran into: - I don't know how to code in json, so I had some problems regarding with syntaxis. Accomplishments that we're proud of: - That my first simple extension worked :D What we learned: - How to make a google chrome extension What's next for My LHD hack :): - To improve it and make more changes :) First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,373
https://devpost.com/software/google-count-extension
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Google Count Extension: - An extension for your google chrome made with javascript, that count the words on a page that match with the base. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,374
https://devpost.com/software/furniture-website-mockup
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Having been a huge ikea fan, I wanted to make a furniture mock up website after seeing the prompt, Having no experience with Figma or UI/UX design this was just a way for me to dip my hand into the technology. What it does: - It is a Figma file for a furniture website and represents a mockup. How we built it: - I built it using Figma for designing the mockup and used svg images to represent objects. Challenges we ran into: - Finding the color scheme was absolutely difficult for me. I always ended up with more than 3 colors and to drop down to 3 was a push. Although I am not extremely happy with the results I would like to come back to it with a fresh perspective for a better result and understanding. Accomplishments that we're proud of: - I am proud of the result even if it is beginner-esque. Having to figure out the steps on where to start and actually complete the project was amazing. What we learned: - I learnt a little about colors and figured out how the basics of Figma works. What's next for Furniture Website Mockup: - I want to redesign it completely and actually go from figma to code. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,375
https://devpost.com/software/to-do-list-g3jdiw
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: To-do List: - A list created on python and jupyter notebook, showing your progress, you can use for add and organize your list of readings. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,376
https://devpost.com/software/chromebook
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - I basically forget contents to read while surfing the net, so I needed an extension to remind me of the stuff i need to complete before i sleep What it does: - Shows you a list of targets to achieve in throughout the day How we built it: - I built it using HTML, Javascript , CSS Challenges we ran into: - Could not display the tasks after saving them Accomplishments that we're proud of: - This is my first browser extension, so I'm really happy to make one What we learned: - Learned to use chrome extension API and stored the tasks in the chrome storage What's next for Chromebook: - Gonna add alarm and notification features in my extension and improve the UI drastically First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,377
https://devpost.com/software/scheduler-zyti4b
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Scheduler: - It's a Reminder made on python that read the computer day and time until the Reminders that you set in a start. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,378
https://devpost.com/software/tech-articles-hub
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Everyone likes to read latest tech articles, so we decided to create our own Tech Articles Hub What it does: - It is a Website which hosts tech article in major categories such as AI, Cyber Security, etc. How we built it: - We built it using the latest web technologies with open source WP Engine. Challenges we ran into: - The major challenge was to overcome the risk of security and zero day exploits which are being used to Hack major websites online. Accomplishments that we're proud of: - We successfully implemented the end point protection using the WordFence, which helped us secure the Website from Exploits and Brute Force Attempts What we learned: - We learned the important part of a web apps, i.e., it's end point protection. What's next for Tech Articles Hub: - We would be adding an option to add articles from the frontend, after which, Tech Enthusiasts would be able to submit their own articles over there. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,379
https://devpost.com/software/battery-notification
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - On daily basis, I use to forget to plug in and plug out the charging cable, and at times of doing important stuff on the laptop, I had to face battery drain out. What it does: - It works on a while loop and monitors battery percentage when it drops below 35 it will notify you that the battery is down and when battery percentage is 98 it will notify you that the battery is fully charged. How we built it: - You can use the below link for source code and run it as a python script Challenges we ran into: - until you do not plug out-in the cable notification will do not stop!. Accomplishments that we're proud of: - I made this for laptop users to help them to maintain their healthy battery life. What we learned: What's next for Battery Notification: - it is now in the form of a script trying to change it into the software. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,380
https://devpost.com/software/jokes-app-extension
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - LHD: Build2022 What it does: - It is a chrome extension whenever you are bored while coding you can just click on the extension and a new joke will appear there. How we built it: - We built it using HTML, CSS, js, and JSON files. What we learned: - we learned to make a chrome extension and load it in the browser First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,381
https://devpost.com/software/popular-cats
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - A curiosity about how things work! and How a website's front end is made What it does: - It's a simple descriptive, single-page website on cats How we built it: - Build it with help of VS Code (local) Challenges we ran into: - Always had to make it better! Which I am happy about : ) What we learned: - Got to learn something new!! What's next for Popular cats: - Learn a popular framework and implement it in frontend for better UI First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,382
https://devpost.com/software/tri-color-mockup
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - The daily challenge! How we built it: - Figma and other Asset Libraries Challenges we ran into: - Figuring out the colors Accomplishments that we're proud of: - The looksss What we learned: - I just had fun! First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,383
https://devpost.com/software/pn-a3fuyr
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - I want to have a system where I can store my thoughts for some time to rethink or to add it in main thoughts gallery How we built it: - With basic front-end web development skills. What's the next plan: - -Add tags with notes First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,384
https://devpost.com/software/myname-animation
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - A MLH challenge What it does: - It greets people with my name in an animation. How we built it: - We can built this by just using HTML, CSS & SCSS. Challenges we ran into: - None Accomplishments that we're proud of: - Made an Morph Animation using CSS. What we learned: - Learned how to make cool effects using CSS & SCSS. What's next for MyName-Animation: First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,385
https://devpost.com/software/weather-detector
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - It was something that we have always wanted to try out, since we had only made projects using the standard library of python and this seemed like a chance to work on something outside our knowledge field. What it does: - It tells you the weather of any city across the world How we built it: - We used resources on the internet to learn about the requests and json and tkinter to build an app that gives you the weather conditions of any city around the world Challenges we ran into: - First time using requests,json and tkinter modules. Debugging of API request errors was difficult. Accomplishments that we're proud of: - First hackathon project\nFirst GUI application with API interlinking What we learned: - How to use tkinter,json and requests modules in python. How to perform API interlinking tasks. What's next for Weather Detector: - We haven't planned much but hope for more features like weather maps and more exciting features!! First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,386
https://devpost.com/software/diplamo-vr0x1d
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration -: - To encourage learning and student enrollment in educational institutions What it does -: - Rewards students any certificate or degree in the form of NFT How we built it -: - For the smart contract portion, we used brownie, solidity, python, chainlink features. Challenges we ran into -: - Since most of us were new to the Blockchain space we had to learn totally new technologies and frameworks. Accomplishments that we're proud of -: - We are proud that our project has the potential to increase student participation in various educational institutions What we learned -: - There's a whole lot to list in this, some of which are teamwork, time management, and going through a lot of documentation What's next for Diploma -: - We'll try to pitch the idea to potential investors and scale it up First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,387
https://devpost.com/software/twilio-message-sender
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - MLH-BUILD What it does: - Send SMS How we built it: - Using Java Challenges we ran into: Accomplishments that we're proud of: What we learned: What's next for Twilio-Message-Sender: First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,388
https://devpost.com/software/simple-weather-check
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: What it does: - It shows current weather details such as Current Temperature , Maximum and Minimum Temperature, Weather Status and Humidity How we built it: - Took some help from a youtube video and for api calls, the documentation of OpenWeatherMap helped a lot. Challenges we ran into: - The main Challenge was to use the API properly and generate proper result using queries. Accomplishments that we're proud of: - -> Made A React App\n-> Integrated Opensource API in a project What we learned: - Creating a react app , using API endpoints What's next for Simple Weather Check: - I will improve the UI for more dynamic and seamless experience. In future it will able to take live location.\nI will also integrate other features of the api to display more informations. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,389
https://devpost.com/software/dark-mode-toggle-extension
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - I love dark mode but many websites don't contain or enabled dark theme yet. So I thought to configure it myself using an extension. ✌\ud83c\udffb\ud83d\ude03 What it does: - This extension works with all website and is enabled automatically in the background. Whenever you will visit any website on which dark mode is not enabled it will switch the theme of the website to dark. How I built it: - It's built by configuring a new extension with some CSS properties added in it. Challenges I ran into: Accomplishments that I'm proud of: What I learned: What's next for Dark Mode Toggle Extension: First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,390
https://devpost.com/software/web-assistant-ybthxl
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - quick search, voice assistant, restricting the usage time of social media What it does: - it helps people who aren't much accustomed to a website to quickly find out and highlight the sections or particular thing on the website using this extension.\n and making it clearly visible for the people who are new to tech and relatively aged people. For that reason, I have also selected a yellow highlighter so that it catches the eyes of aged people very easily.\nWe also added the feature wherein the website gives an alert after a certain time that the user has set to restrict the excess usage of social media and parents can also set a time limit check on children. How we built it: - built using javascript; HTML; CSS Challenges we ran into: - execution of the voice assistant and making a proper card for the extension Accomplishments that we're proud of: - the extension is working pretty well on all websites and highlighting the main portions that the user wants, which is our basic aim for making this project.\nI have also been able to set an alert that pops up after the set timer runs out to notify the user. What we learned: - we learned a lot of new concepts in javascript while making this project and also a few developments in CSS What's next for Quick Assistant: - next up we plan to market this product after installing the voice model feature and also provide a section through which quick search can be carried out.\nAlso planning to set it up in such a way that the window gives a warning after the timer runs out and also implement the website usage time. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,391
https://devpost.com/software/meet-mate-hnugdj
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Meet-Mate: You best mate in meets!: - Inspiration: - Do you zone out in the middle of your video call?\nAre you super productive and prefer to multitask by attending calls and doing something else? - To whom of us didn’t it happen?\nSince March 2020, we all have been working online and have attended a lot of meets and calls for different purposes. Sometimes due to a monotonous schedule or due to back-to-back meetings or sometimes because of mandatory virtual presence in the meets, it gets tiresome to keep up with everything and reach the day-end without getting frustrated.\nTo help with this issue, we came up with a project Meet-Mate. What it does: - Meet-mate is a chrome extension that alerts you whenever extra attention is needed in the meeting and it auto-generates the notes which the user can download in the form of pdf. How we built it: - We created this chrome extension using Javascript and HTML. As of now, it is implemented for Google Meet and in the future, we are planning to make it available for other platforms. - This extension parses the captions of the call and alerts whenever someone says your defined string. It uses captions to get the transcript of the meet. The background script observes the captions and saves them in chrome storage. When you click the download button it takes all the transcript which has been saved till the moment in the storage, compiles it into pdf, and then serves you. Data automatically gets deleted when a new meeting is joined. Try it Out usinggit clone: Challenges we ran into: - \n Understanding the dynamics of HTML, CSS, Javascript to chrome extension was tricky\nWhile generating the alert for defined keywords, we were getting a lag in alert sound once the keyword is encountered, this issue took a lot of our time and effort to get solved.\n Accomplishments that we're proud of: - We began working on the solution for this hackathon a few hours after it started. But, we successfully implemented both the main features of Meet-Mate within a very short period of time. What we learned: - \n Developing a chrome extension and the different use cases\nTime - management and Teamwork\n What's next for MeetMate: - As of now, Meet-Mate is working perfectly fine for Google meets. We are planning to incorporate it with other online meetings platforms and for YouTube. - Currently, the extension uses captions to implement features and in the future, we are planning to generate notes and alert through voice detection using Machine Learning. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,392
https://devpost.com/software/automate-a-daily-task-crypto-price-alerts
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - I wanted to make a project where I get crypto price alerts on the ago and also get custom alerts if the price goes down below a certain threshold and trigger an auto-buy by using my exchange's API. This bit is a smaller part of the future scope. What it does: - Alerts the user on discord by push notification to user's server using a webhook. How we built it: - Using python and rest API from my exchange provider and a cron job that triggers the script every hour. Challenges we ran into: - Handling the JSON response Accomplishments that we're proud of: - A quick nifty solution that has a good future scope and takes very little time to set up. What we learned: - Setting up discord webhooks, handling rest API responses in python and setting up cron jobs using crontab What's next for Automate a Daily Task - Crypto Price Alerts: - As mentioned, the future scope includes triggering auto buy or auto sell using the exchange's API if the price crosses a certain threshold. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,393
https://devpost.com/software/count-down-timer
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: What it does: - Helps to set timer so that you end up challenges without any delay. How we built it: - Python as a Programming Language, Timer as a package, Jupyter Notebook as a working environment. What we learned: - Python. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,394
https://devpost.com/software/news-article-sentiment-analysis
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Challenge Info: - Want to get a quick glimpse of today’s news? Create a hack that can analyze the general sentiment of a day’s stories from only the title. Show it off on Devpost when you’re done. How to use: Result: First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,395
https://devpost.com/software/weather-cli-npx
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - Well, I always wanted to build an npm package. LHD Build gave me a chance to build one! What it does: - It is an npm package to display the current weather of a city instantly! - How to use? - Prerequisites: - Usage: - npx weather-library <city_name>\n - Example: - npx weather-library paris\n How we built it: - It is built using the OpenWeather API and simple Javascript. Challenges we ran into: - I spent a lot of time figuring out how to publish the package after building it. The logging process on the terminal was a bit difficult. But, eventually, it worked fine. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,396
https://devpost.com/software/weather-checking-script
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: What it does: - Input the name of the city and it will fetch weather current weather details along with forecast. How we built it: - Using Python and the python_weather library Challenges we ran into: Accomplishments that we're proud of: What we learned: What's next for Weather Checking Script: First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,397
https://devpost.com/software/carbon-tracker-3sdtb7
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: Inspiration: - What is the primary factor that strikes your mind when you hear about carbon emissions ? Many of us consider common contributors like the burning of fossil fuels, the utilization of planes and alternative transports, or the assembly of things like garments and toys. Only a few folks, however, consider the environmental impact of exploitation the web. - WebCarbon is a Chrome Extension that tracks the number of carbon generated from exploitation the web and browsing websites. It's designed to teach folks on the contributions of the web to temperature change, and urge them to examine however their daily lives area unit inflicting massive impact on the earth. What it does: - WebCarbon uses javascript to calculate the number of carbon created by web site exploitation.The common figure for website emissions (stored in a very variable) yet as individual figures for extremely polluting websites like Amazon. It takes the date of your growing to come up with a column bar graph for the past thirty days where you'll be able to see how your carbon emissions have varied. It forecasts your yearly carbon emissions from browsing the web - and once you've got used it for 1-2 days, it'll offer an additional correct and elaborate forecast based mostly upon the times and times that you employ bound websites (for example if you employ a selected web site solely on weekdays) and can compare the emissions to what number flights from London to Paris that may be reminiscent of. How we built it: Challenges we ran into: Accomplishments that we're proud of: What we learned: What's next for WebCarbon Tracker: First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,398
https://devpost.com/software/test-name-vk6wig
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: What it does: - send a message How we built it: - Built it using nodeJS First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,399
https://devpost.com/software/animated-name
Please evaluate the following project description based on two criteria on a 10-point scale: Novelty and Usefulness. Novelty: How unique and original is the project's concept, approach, or solution? Does it introduce new ideas, methods, or perspectives that are significantly different from existing ones? Usefulness: How practical and appropriate is the project in addressing the problem, situation, or challenge it targets? Does it effectively solve a real-world issue or meet a specific need? Project Description: What it does: - This is project contains both a countdown timer as well as a stopwatch. For the countdown timer, the user can input the required time in minutes and press start to begin. The user can use pause and reset buttons to pause or reset the countdown respectively. For the stopwatch, the user can directly press start to begin and use the pause and reset buttons to pause or reset the stopwatch respectively How I built it: - I built the project using HTML, CSS, and JavaScript Challenges I ran into: - The main challenges I went through were to properly get the pause functionality and display the stopwatch time in a correct format. Accomplishments that I am proud of: - I am proud of the fact that I used my previous knowledge to build a project on such short notice for my first ever hackathon What I learned: - I strengthened my basics in JavaScript and learned how to effectively work under pressure. What's next for Timer Hack: - I would like to include the hour segment in the countdown as well as other features like alarm as well! Previous Implementations: - I have worked on the stopwatch as part of an old project, I have extended my knowledge from that project to build the Timer Hack - Countdown Timer section. First, provide your answers in the following format: Novelty: [score], Usefulness: [score] After providing the scores, include your rationale in a separate section: Rationale: [text]
1,400