Inspiration
After talking to a college student, she told me that an AI that could sort and manage tasks based on who you are and what you like would be extremely useful.
What it does
This AI studies what kind of preferences you have, how long you take to do things, what you like, and how long you would want to do things. Using this information, the AI gives the most optimal order of tasks to maximize how you spend your time.
How I built it
I built it as a website that can be visted at: https://task-ai-sorter.glitch.me/src/welcome/welcome.html. It makes heavy use of HTML and CSS, with some canvas thrown in there to make things look better. All the AI code is made with JS.
Challenges I ran into
Trying to make this look as good as possible within the time limit. I would of liked a 48 hour time limit much more. I also found it a bit difficult to try to get the AI to feed back the most optimal solutions. But after about an hour of debugging, I got it to work.
Accomplishments that I proud of
The fact that this AI has better time management than I do is pretty funny to me. I am very proud of how amazing this works.
What I learned
- Deadlines are more stressful than you think
- AI's can be buggy
- Making good looking HTML CSS is very slow ## What's next for Angeletakis Maybe upgrading this to learn new things based on what people enter. Maybe make a server and a data base with relating subjects based on peoples thoughts to them.
Log in or sign up for Devpost to join the conversation.