Jump to content

Anyone have the source code for celebrity look alike generator

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
leke

leke

    Newbie

  • Members
  • Pip
  • 2 posts
I would like something in the lines or close to the iPhone app facedouble or myceleb

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Umm... highly unlikely.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
leke

leke

    Newbie

  • Members
  • Pip
  • 2 posts

WingedPanther said:

Umm... highly unlikely.

Thanks for the reply would you or anyone know how one would create such? I'm assuming I would need a database or a server that would host pictures of celebrities.

#4
James.H

James.H

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 866 posts
How do you want it too work ?

I'm not familiar with myceleb

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I don't have an iphone, so haven't seen the apps, either. Anyone who has an interest in making it would likely be selling it.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
manux

manux

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 234 posts
Just make a simple neural network, like an MLP, that acts as a classifier on pictures of celebrities, beware not to overfit on few examples.
Then grab the weights and put them into your app to retreive the most probable fit.
If you have no idea what the previous lines meant, I don't see how you can do such an app.

Also don't expect to grab code from some generous fellow, especially complex applications like that :D