Turn Chaos Into Clarity
FileyFace saves people from having a multitude of miscellaneous files in their downloads folder by using Artificial Intelligence to sort and move downloaded files into folders they belong in. With just one click, you can save yourself time and hassle by letting us take care of organising your files.
Check us out on GitHub:
https://github.com/jaisenGT/FileyFace.gitCheck us out on Devpost:
https://devpost.com/software/fileyfaceFileyFace was conceived at a late-night dinner and brainstorming session among the team. We were going through our computers and saw one of our teammate's downloads folder. It was horrendous. Absolutely everything was in that folder: homework, personal projects, video downloads, random pictures, source code files, and more. We were laughing about it, and the idea suddenly came to us! An application that could organize your files for you.
Our application leverages OpenAI and TextRazor APIs to immediately place a newly downloaded file into its best-suited folder. We use OpenAI's API to generate the final prediction score for each folder or whether a new folder should be created, and we use TextRazor to parse through keywords from each document. Our software engages with the Operating System in order to move, create, and rename files and has been heavily tested with the Windows OS. FileyFace supports multiple file formats, including .pdf, .docx, .pptx, .txt, and more! We use many Python libraries, including but not limited to: os, shutil, sqlite3, tkinter, pathlib, and watchdog. We are combining AI, OS, and Tech Stack to determine the intended folder location of a downloaded file, right when it's first downloaded.