How can i display category title over thumbnail?

To get the current category of the post

just try this

$cats = get_the_category( get_the_ID() );

echo $cat_name = $cats[0]->name;