I've been exploring the intersection of AI and drone, and ended up with the DJI Android SDK writer. Some of you might be venturing into the same airspace too.
Quick Context:
You can actually control DJI drones. Their SDK offers features to control over DJI's drones like flight control and live streaming. It's an awesome toolkit for creating powerful drone-based apps.
What I've Achieved:
- Scanned the entire official DJI Android SDK documentation. 221 pages.
- Search through multiple documents generate accurate, up-to-date code snippets.
- Display GPT answer with URL references to the documentations used for the context.
Why This Might Interest You:
- Intro to Drone: If you're new to their SDK, you can have an overview of their documentations.
- Time-Saving: The AI tool assists in generating code, increasing the accuracy and efficiency of your development process.
- Current and Comprehensive: Gain insights into the latest SDK without having to sift through pages of documentation.
Oops, I've abandoned. Didn't have much expectation of feedback. So, thanks! I've fixed the typo! Hm, executing would be impossible. But I want to make the plan so micro it'd be so easy to follow. It'd be also cool to suggest other AI software for that specific task.
This weekend, I decided to work on a fun little project: an AI extension that can turn your text into dialogues written in the style of your favorite movie character! Think of it as your typical text transformer, but with a twist of cinematic flair. Give it a try and have a blast sending messages as if you were your movie hero or villain :) Would love to hear your feedback and thoughts on potential improvements or other creative applications for this! Suggestions are always welcome. Happy text-transforming!
Jokelub Chrome extension turns your writing into a joke. It's for people who feel insecure about not being funny enough. A little bit of humour goes a long way.
Hi all, it's an app to suggest what to say next on your online dating conversation. As we all know, men suck at texting. But the world is all about online and texting. How the heck are you supposed to flirt when you're busy coding? We need inspirations.
The app flow is: you take a screenshot of the message (Tinder, Bumble, Hinge, etc), upload it to have messaging analyzed, and get a chat suggestion.
I made this Chrome extension that automatically summarizes your article you're sharing on social media like LinkedIn. You copy the link to your "create post" and you will see your post filled with text. You can then edit and share.
Inksprout utilizes the latest AI summarization technique from Google (called Pegasus). It will add more context to your friends/followers, increasing engagement.
Why this project?
I used to have a Twitter account for sharing long-read quality articles. I didn't want to just share the clickbait headline, so I always made sure to include a good quote.
The problem was that it took lots of time. This idea is trying to automate that process. I think adding more context when sharing links are helpful to people too.
OP: Hackernews offers an excellent API via Firebase: https://github.com/HackerNews/API. Unfortunately, their fetch method doesn't offer any way to filter by item types. So collecting all posts take excessively long thanks to all the comments.
Based on the official item API, this focuses only on the main posts with at least 2 engagements. The posts in datasets are about 1.5% of the items returned
With posts as a starting point, you can easily trace the hierarchy from "kids" fields.
Potential Usage:
- Generate popular titles.
- Collect comments in a hierarchical order for further training.
- Analyze popular topics in the engineering community.
- Identify the best time to post for maximum engagement.
It is a simple tool to hide irrelevant post on UI. I needed to use it for prospecting people on LinkedIn for my another project. It can filter feed post by content type of your choice. By default it only hides promotional content.
I also wanted to filter some post containing political content. You just need to enter the keyword to remove.
Quick Context:
You can actually control DJI drones. Their SDK offers features to control over DJI's drones like flight control and live streaming. It's an awesome toolkit for creating powerful drone-based apps.
What I've Achieved:
- Scanned the entire official DJI Android SDK documentation. 221 pages.
- Search through multiple documents generate accurate, up-to-date code snippets.
- Display GPT answer with URL references to the documentations used for the context.
Why This Might Interest You:
- Intro to Drone: If you're new to their SDK, you can have an overview of their documentations.
- Time-Saving: The AI tool assists in generating code, increasing the accuracy and efficiency of your development process.
- Current and Comprehensive: Gain insights into the latest SDK without having to sift through pages of documentation.
Great Sunday hack,