Develope Image Search Engine

Hi All,
I have some doubt about to develop image search engine... plz bring your ideas
1. The input for to search certaing types of images are
i.) image name ex. traffic signs types of images
ii) Country Name: ex, India, US, UK
Based on those input i need to search and provide the list of images as results
How can i implement and bring some ideas.
Thanks!!!

http://java.sun.com/javase/6/docs/api/java/io/File.html#list()
String [] fileNames = new File("Path/To/Directory").list();Then that's just an array of Strings representing the filenames. Search through that however you want!

Similar Messages

  • How to develop a search engine in flash cs3

    Hello Friends,
    I need a small help in developing Search Engine in flash cs3.
    I am going to develop a search engine in flash. But i dont have any idea on how to do this... so can anyone pls help me out. Any links/steps/code
    would be really appreciated.
    My goal is to develop a search engine in flash which should work more or less like google.
    Regards,
    Rajesh

    What is your definition of search engine? What exetend of similarity to Google you are planning?

  • Display images like in images search engines

    I have a list of images that I want to display like the results in yahoo image and google image search engines.But when i use tha datatable component I can just display one column.And after I want to do something after that the user clicks on an image for example displaying it with real size not in thumbnail mode.
    I also tryed using the image browse widget and the yahoo carousel but I dont know how to hand events and how to know which picture is selected.
    Can you please help me.
    Thanks in advance

    fiedlerm wrote:
    I try to display workspace Image in a HTML Region dynamically.
    The Image Source is stored in a hidden Item filled by an application process.
    Region - Source:Always post code using <tt>\...\</tt> tags.
    <img src="#WORKSPACE_IMAGES#Sunny.gif">
    <br></br>
    &P1_ICON_SRC.
    <br></br>The first "hardcoded" Image was displayed.
    The second "dynamic" Image shows the following Text in the HTML - Region:
    <img src="wwv_flow_file_mgr.get_file?p_security_group_id=7856557026011968186&p_fname=Blizzard.gif"> Hidden page items cannot contain HTML mark-up. Look at the page source. When the item is rendered its value is contained in the hidden <tt>input</tt> element's <tt>value</tt> attribute:
    <input type="hidden" name="p_t01" id="P1_ICON_SRC" value="&lt;img src=&quot;wwv_flow_file_mgr.get_file?p_security_group_id=7856557026011968186&amp;p_fname=Blizzard.gif&quot;&gt;">The value must be properly HTML-escaped like this otherwise the browser would see it as tag soup:
    <input type="hidden" name="p_t01" id="P1_ICON_SRC" value="<img src="wwv_flow_file_mgr.get_file?p_security_group_id=7856557026011968186&p_fname=Blizzard.gif">">What exactly are you trying to achieve?
    Options for displaying images dynamically would include putting the required mark-up in an HTML region, only storing the image URI (or parts of it) in the page item, and referencing this using static text substitution. Others would be custom report templates or Dynamic PL/SQL regions.
    If you must store HTML code in session state and access it using static text substitution (not recommended) then use an application item.
    h4. Page Process
    begin
      :P1_ICON_SRC := 'Blizzard.gif'; -- Hidden page item
      :F41327_ICON_SRC2 := '<img src="#WORKSPACE_IMAGES#Blizzard.gif">'; -- Application item;
    end;h4. HTML region source
    <img src="#WORKSPACE_IMAGES#Sunny.gif">
    <br></br>
    <img src="&WORKSPACE_IMAGES.&P1_ICON_SRC.">
    <br></br>
    &F41327_ICON_SRC2.

  • New image search engine

    Hi,
    These days I have come to mac news about a new software for searching images, (ImageBrain). The question is, if you already know it and because the nature of this, because Apple has not included this type of research, which I find useful for people like me who works in photography and has to deal with thousands of photos and often with copies and duplicates of these.
    Most likely there will be similar applications if positive, can you say what?
    site: www.kandalu.net
    Sincerely
    Piero
    Message was edited by: petitpaul

    I've used:
    http://www.site-search-pro.com/
    Install on your server then with the click of the mouse it will index all the words of your site and create the search database for you. There are lots of options on what words to index, not index, direct to specific pages for specific words, etc... etc... You can go in and tweak the database it creates if you want, but never found a reason to need to.
    There are also lots of options on how to display the search results.

  • How search engine submission tool can be developed??

    Hi,
    I want to develop a search engine submission tool. How i can access the database of google like searchengines. Any body pls pointout some clues.
    If anybody solved the same problem pls give mail id for further communications.

    Read the submission rules of every search site then write some code that does what they tell you to do.
    Why do you ask here when all these search sites publish this info themselves?

  • Developing search engine

    i want to develop a search engine that should search web and ftp sites as per the given string.
    what should i do for this?
    is there any code available for this...

    Just use Google. Use Google's API if you have to.
    Or use Amazon's search engine. ("Alexa", I think?) It has an API too.
    Or use Lucene.
    Although I can't help wondering if you're asking how to build a spider aka robot, rather than a search engine.

  • Search Engine in Java

    Hi All,
    I just wonder anyone can lend me a hand please. I am using Java to develop a search engine at the moment, I need to store all the words from a single html page, and I have done this, but the thing is how can I get all pages from a certain intranet? Thank you in advance.
    Best Regards,
    Ray

    As per my knowledge any search engine while use the meta data of a html page first then go for the whole contents.
    Ans it is always better to use google or any other searching tool instead of developing it from scratch. it is good only for practice.

  • Search Engine Logic using beans & JSP's design needed.

    I am developing a web app (using JSP, tags, beans, and SQL) that stores Electric utility customers info / data (like Account, meter read info & payments etc.) for retrieval based on search criteria input by the user(by acct, meter , meter location etc..). I need some kind of search engine to search the Customer information(data nearly 3 million records) that takes less than a minute.
    Right now I have developed the search engine using JSP's, The JSP's will get the info from resultset query of beans and formatting stuff is done in JSP's. But its very slow....some times it takes 5 to 10 minutes to fetch the results. So, now we have planned to move the "search logic" from JSP's to beans, hoping this will speed up the search engine performance.
    Does anyone know where I can get search engine logic using JSP, JavaBeans? , Please let me know is there discussion on this topic / sample code / links / books anywhere ?.
    I will really appreciate the help.
    Thanks,
    Donthy

    Hi,
    I think to export the logic to the beans will not help a lot, because the .jsp and the beans are compiled together to a servlet anyway. And so, it doesn`t really matter, where the logic has been befor, after compilation it will be in the servlet.. But to have java code logic in the bean and not in the jsp is a good idea anyway. It is always nice to have as few scriptlet code as possible, makes the application more readable..
    I think you should better have a closer look to the search logic, and the database. For such huge data amount, the Oracle database would be the best. And then let the database do as many of the search work as possible, because java is a little slow, and the database will be allways faster for this things of work..
    lexip

  • Building a Search Engine

    Please someone help me!
    I am about to start work on a Martial Arts Search Engine. I need
    information on how to go about building one, i think I have a fair idea but
    don't want to get started and find out i've done it all wrong! :o)
    It will be developed on UNIX (Apache WebServer) using CGI in the form of C
    using Oracle hopefully, i am very familiar with C and ProC (accessing Oracle
    from C) and PL/SQL (packages held on the database). Been working for
    British Telecom for the past year developing a massive billing system with
    all that.
    The only problem is, I don't know if thats how to design and develop a
    search engine.
    I need information on the following:
    search engine methods and technologies
    CGI with C/Perl (maybe)
    Security with CGI!
    Oracle optimisation
    And really just about everything else i could do with knowing to develop a
    search engine.
    any sites you may know of please point me in the right direction.
    Thankyou to you all.
    Rob
    Ultimate Ju-Jitsu
    http://www.ultimatejujitsu.com

    Please someone help me!
    I am about to start work on a Martial Arts Search Engine. I need
    information on how to go about building one, i think I have a fair idea but
    don't want to get started and find out i've done it all wrong! :o)
    It will be developed on UNIX (Apache WebServer) using CGI in the form of C
    using Oracle hopefully, i am very familiar with C and ProC (accessing Oracle
    from C) and PL/SQL (packages held on the database). Been working for
    British Telecom for the past year developing a massive billing system with
    all that.
    The only problem is, I don't know if thats how to design and develop a
    search engine.
    I need information on the following:
    search engine methods and technologies
    CGI with C/Perl (maybe)
    Security with CGI!
    Oracle optimisation
    And really just about everything else i could do with knowing to develop a
    search engine.
    any sites you may know of please point me in the right direction.
    Thankyou to you all.
    Rob
    Ultimate Ju-Jitsu
    http://www.ultimatejujitsu.com

  • Database search Engine

    Hi, I am trying to develop a search engine in my website based on keywords. It will search tables in the database for matching words and will display the most relevant results. I'm using struts 2 framework. Can anybody guide me what is the most efficient way to do it. Is there any particular technology I can implement ? And what should be the architecture of the database to implement it efficeintly ? Thanks for your time and support.

    If you want your DBMS to search, You may want to create text-indexes on the columns that you are interested in getting searched. And then run queries over it (index) as per search criteria you have. You may want to have filter criteria like exact match, partial match, search in field a and field b but not in field c. And you will frame your queries accordingly. This is more query oriented stuff not really Java.
    You may want to look into Lucene [http://lucene.apache.org/java/docs/|http://lucene.apache.org/java/docs/]

  • Applescipt to 'reverse image search'?

    Hi,
    I use the Firefox addin "Who Stole My Pics" (and the google reverse image search engine) to search for pictures that have been taken from me without my consent. This works fine but is time consuming as I have many pictures.
    Is it possible to create an Applescript to search a given folder containing jpg images, run the search image by image. and then export a summary showing the image file names and a record of the search result (such as  the number of 'similar' images found or something)?
    That way I could scan the log file and manually run the 'Who stole my pics' in Firefox for the files that are showing the most hits or some other measure of their popularity...
    Welcome your comments and advise.
    Regards
    Sean

    Here is something for you to play with.
    It searches for all matching file names within the specified folder hierarchy - ie all sub folders as well. The folder depth can be controlled if required by a simple change to the script.
    Use * as a file name wildcard - ie a search for *.jpg will find all jpg images but not jpeg.
    The script asks you to input search folder and file name to search for and then displays the number of matches found.
    set f to POSIX path of (choose folder with prompt "Choose folder hierarchy to search")
    set n to text returned of (display dialog "Use * as wildcard and search for this file name:" default answer "")
    display dialog ((do shell script "x=0; find \"" & f & "\" -name \"" & n & "\"  | echo `wc -l`") & " files matching " & n & " were found")

  • If Image is Saved As a Text, Would the Image Text, As a Link, Be Indexed by Search Engines.

    Hi I want to put a text long the height of the brown box.
    The text would be vertical as one looking at the page.
    I believe with page make the text can be rotated.
    If Image is Saved As a Text, Would the Image Text, As a Link, Be Indexed by Search Engines.
    or how else to do this?
    an

    If Image is Saved As a Text
    Impossible. It's either image or text.  Save a JPEG as a Word document.  Try it.  Seriously, change the file extension, open it in Word and see what happens.
    Would the Image Text, As a Link,
    Huh?  You lost me here.
    Be Indexed by Search Engines.
    Indexing of search engines.  Yes, Google sees links and Google sees alt text for images.  Google does not see images nor Flash.

  • Protecting/hiding Business Catalyst website from the public and search engines while in development.

    How can we protect/hide our Business Catalyst-based website from the public and search engines while we are developing it? It seems like anyone can access it, even though it is not complete.
    We are using Dreamweaver to build our website, if that helps. Is there any way to have a test instance of BC that is password protected for development and testing? Thank you for your ideas.

    I have something in my room but I do not tell you it is there or where it is or what it does.
    How do you know unless I show you?
    Do not share your links out, the sitemap is not on till you activate the system.
    I have built BC sites for over 5 years and only one case for me of a client posting out an unfinished site got it indexed by google.

  • Will search engines read the alt= text for a banner image within the h1 tag?

    I read where the search engines focus on the text within the
    header h1 tags. If I'm using a graphic that contains this important
    introductory info (as apposed to text), and put the text in the
    alt= section of the image, will the search engines us this text in
    the alt section of the image?

    Depends. I have a logo on my site with an alt description
    "orange kitten
    playing with planet Earth"
    Yahoo Web: My home page is #1
    Google Images: The image is #1
    Google Web: nada
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "Walt F. Schaefer" <[email protected]> wrote in
    message
    news:[email protected]...
    > I would speculate that if the words and phrases in those
    alt tags do NOT
    > appear elsewhere in the actual text (on that page) even
    those SEs that
    read
    > the alt tags will likely ignore them.
    >
    > --
    >
    > Walt
    >
    >
    > "Nancy O" <[email protected]> wrote in
    message
    > news:[email protected]...
    > > Yes and no.
    > >
    > > Do assign ALT description to your images. Screen
    readers, which are
    used
    > > by
    > > many visually impaired Web users, can't understand
    images. To ensure
    > > accessibility, an alternative description needs to
    be assigned to every
    > > image; the screen reader will read out this
    alternative, or ALT="image
    > > description goes here."
    > >
    > > Like screen readers, search engines are commonly
    assumed to be unable to
    > > understand images. But some search engines index
    ALT text. By assigning
    > > ALT
    > > text to your images, those engines will be able to
    understand even your
    > > pictorial content.
    > >
    > > Of course, numerous search engines don't take any
    notice of ALT text.
    The
    > > proliferation of ALT tag spamming undermined the
    relevance of ALT text
    in
    > > the eyes of these engines, which no longer consider
    it in their
    relevance
    > > algorithms.
    > >
    > > So, why bother with image ALT text? Because your
    rankings may improve in
    > > search engines that do take it into account, and it
    makes your site more
    > > accessible.
    > >
    > > --Nancy O.
    > > Alt-Web Design & Publishing
    > > www.alt-web.com
    > >
    > >
    > >
    > > "brainfillet" <[email protected]>
    wrote in message
    > > news:[email protected]...
    > >> I read where the search engines focus on the
    text within the header h1
    > > tags.
    > >> If I'm using a graphic that contains this
    important introductory info
    (as
    > >> apposed to text), and put the text in the alt=
    section of the image,
    will
    > > the
    > >> search engines us this text in the alt section
    of the image?
    > >>
    > >
    > >
    >
    >

  • Websites, Search Engines, Images & Text

    I am told that search engines search for text in order to
    list a site. My site is made up of mainly images so I want there to
    be some text somewhere so search engines can find it. Is there a
    way to put text on my site without having to redo the whole site? I
    have put in a metatag description of the site and metatag list of
    keywords
    My site can be found here:
    http://www.martingreshoff.co.uk/index.html
    Many thanks for any help or advice

    Select each image in turn, and use the alt field of the
    Property inspector
    to enter your attribute value.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "greshoff" <[email protected]> wrote in
    message
    news:eql9j3$edl$[email protected]..
    > Thanks for your replies.
    >
    > I will reconsider redoing the website eventually in the
    meantime fowdo I
    > go
    > about putting all of the text into the appropriate ALT
    attributes in each
    > image. I am new to dreamweaver so very simple step by
    step instructions
    > would
    > be very much appreciated.
    >
    > Many thanks
    >
    quote:
    Originally posted by:
    Newsgroup User
    > > My site is made up of mainly images so I want there
    to be some text
    > > somewhere
    > > so search engines can find it. Issorting this there
    a way to put text on
    > > my
    > > site without having to redo the whole site?
    > >
    > > My site can be found here:
    http://www.martingreshoff.co.uk/index.html
    > >
    > > Many thanks for any help or advice
    >
    > You really should start over. Having all that text as an
    image has several
    > drawbacks:
    >
    > - it makes the site very slow
    > - it's a pain to update
    > - peopel can't resize the type if they need to
    > - google can't see it.
    >
    > Now, you can leave it as-is, and put all of the text
    into the appropriate
    > ALT attributes in each image. That will help some, but
    I'd really consider
    > redoing the site.
    >
    > BTW, nice furniture! That library table is great.
    >
    > -Darrel
    >
    >
    >
    >
    >
    >

Maybe you are looking for

  • I can't edit my site or even create a new one!

    I created a website on this computer and it was published - somewhat successfully.  The photo albums didn't upload.  But, when I open iWeb, I can't edit the site.  It doesn't even give me the option to create a new site.  My software is up to date

  • [Solved]Xorg-server and nvidia binary driver don't work

    See topic. When updating to xf86-input-evdev-2.8.2-2  xf86-input-joystick-1.6.2-3  xf86-input-keyboard-1.8.0-2  xf86-input-mouse-1.9.0-2 and xorg-server-1.15.0-1 X won't start and 'systemctl status kdm.service' states that the X server has died. Acco

  • Unabe to download an already purchased copy of OSX Lion from App Store.

    Hi, I have a Macbook Pro mid 2010 with osx 10.7.5. I purchased, downloaded and installed Lion on 20 July 2011. Now I want to download it again to make a usb installer and to do a clean install again to my mac but I'm not able to download it by the Ap

  • OS X Server 3.2.2 Update shows up ...

    Well, I upgraded my Mac to 10.10 Yosemite. Then I bought the new Server 4.0 version and installed it. So there is only the 4.0 Server app on the Mac. Still, it will show me a "OS X Server 3.2.2 Update" within the App Store. Of course this cannot be i

  • HT5625 Ways to Find Out an AppleID

    An Apple representative has told me there is an AppleID associated with my work email address. I used the mechanism to try to find out the ID using the apple website but it seems the only way I can do it is via email. I guess I never set up security