Summary - This application shows us recommendations of files by analyzing the previous search keywords and name of files opened. Development Language - This application is developed using java swing. Classes - FileInfo.java This class contains filename and number of times the file is opened by user. This data will be saved in database. OpenFile.java This class has methods to open selected file and also provide array of files in folder to display it. StoreData.java This class is used to store data into database. MainMethod.java Contains main method UserInterface.java Contains only UI methods and variables. Data saved in database - 1. File name 2. Number of times file opened Real time working of project - While StartUp - At the launch of this application the recommendations window will be filled with the filename suggestions according to the file open history. User Interface - There will be two windows. one to display list of files available in the targeted ...
Sometimes we remember people not by their name but by what they said. Today, i have created application using python which can search videos and audios on the basis of speech / dialogues said in them. Suppose you know famous dialogue of movie but can't remember the name of that movie. In this case you can directly search that movie by any dialogue which you remember from it. Consider the example shown in following image - I searched "thanos did exactly what he said" and it listed the trailer of avengers endgame where this dialogue is. For now this application is able to find local multimedia files only. I am working on how to make it search globally
Comments
Post a Comment