Thursday, 2 November 2023

Exploring the Fascinating World of AI Image Generation

 Exploring the Fascinating World of AI Image Generation


In today's rapidly evolving digital landscape, artificial intelligence continues to push the boundaries of creativity. One of the most intriguing applications of AI is image generation, a technology that has captivated artists, designers, and tech enthusiasts alike. In this blog post, we will delve into the wonders of AI image generation, exploring how advanced algorithms can create visually stunning artworks, realistic portraits, and imaginative designs.


Understanding AI Image Generation

AI image generators utilize deep learning techniques, particularly Generative Adversarial Networks (GANs) and Variational Autoencoders (VAEs), to produce images that often blur the line between human creativity and machine intelligence. These algorithms learn patterns and styles from vast datasets, enabling them to generate unique and diverse images.


Exploring the Possibilities

AI image generation is not limited to any specific domain. Whether it's generating lifelike faces, surreal landscapes, or abstract art, the potential applications are vast. Creative professionals leverage these tools to ideate new concepts, while researchers explore the technology's implications in various fields.


Google Colab Book

To witness the magic of AI image generation firsthand, I invite you to check out this interactive [Google Colab book](insert link here). This resource provides hands-on experience, allowing you to experiment with different algorithms, tweak parameters, and witness the immediate results. Whether you're a beginner curious about AI or an experienced developer, this Colab book offers a valuable opportunity to engage with cutting-edge technology.

you can have preview of image generation using googel co lab book with following link


https://colab.research.google.com/drive/1HIVvo3HBIj02pQVelDBP3vDZ_3JAbKT1?usp=sharing

The Future of AI-Generated Art

As AI image generation techniques continue to advance, the future holds exciting possibilities. From revolutionizing the gaming industry to aiding artists in their creative process, AI-generated images are becoming an integral part of our visual landscape. This blog post aims to inspire your curiosity and creativity, encouraging you to explore the limitless potential of AI-driven artistic expression.


Join me on this captivating journey into the world of AI-generated images. Click on the link to the [Google Colab book](insert link here) and let your creativity soar. Embrace the future where art and technology harmoniously converge!

Monday, 9 November 2015

Wednesday, 18 June 2014

android google ad policies

i have tried upload  a app to google playstore it was rejected 3 times saying inadequate ad policy ..i have used three kinds of ads in it 1. airpush 2. start app 3. adsense.


common google airpush you only promote it though adsense its all over i get tons of advertisements

you only promote it and you only blocks it .

you should make clear statement what to use and what not to


is adsense cannot be used in android application mine is hybrid app that shows webpage in it

and i have added adsense along side of webpate is it illegal

how to stream youtueb videos in slow connection

i have come across a best method to watch youtube videos at slow connection on pc . for this to work you need realone player installed on your system to get real one player just visit this link

http://forms.real.com/real/realone/realone.html?dc=619618617&type=upgrade

if it is not clickable copy and paste in your browser.

this method uses rtsp method to stream videos for slow internet connetions

to do that open this url http"//youtubelite.mohammediatechnologies.in you will have a search bar entaire desired keyword to search for a particular video once you reached a video click on the video you wann awatch and click on hq it will ask for external application if your browser is chrome say launch and your system will be streaming youtube videos even for slow 2g connection

this method is prefarable who are having limited wifi data and save mbs and still wanna watch youtube videos on thier pc

how to get rtsp links for youtube

Rtsp stands for real time streaming protocal it is widely used by youtube sites to stream without buffering . where youtube uses this rtsp links to stream youtube videos on symbian mobile devices and in youtube mobile site m.youtube.com as you can use these links to build varity of applications such as android or symbian apps that streams youtube videos to users.


 As mobile site cannot be opened and viewed as it use to be i have come across a site that is build for streaming youtube videos using such protocals on high end devices such as android and tablets
you can use same site to get rtsp links of particular videos and use them in android or symbian applications.

for example to stream a particular youtube video in android just get its rtsp link and put it in simple activity and using startactivity method it will open appropriate video application in your mobile device and stream the video

visit here http://youtubelite.mohammediatechnologies.in search any video you desire then select the video which you wanna stream right click on normal and hq icons and say copylink to get rtsp videos

Tuesday, 15 April 2014

alert dailog in android

following is simple code of alert dailog builder

AlertDialog.Builder alertDialogBuilder = new AlertDialog.Builder(
context);

// set title
alertDialogBuilder.setTitle("select video quality");

        alertDialogBuilder
.setMessage("play low quality video if your using 2g and high quality if your using 3g or wifi")
.setCancelable(true)
.setPositiveButton("first",new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog,int id) {
// if this button is clicked, close
//ur code when first button is clicked
}
  })
.setNegativeButton("second",new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog,int id) {
// if this button is clicked, just close
// the dialog box and do nothing
//wehn second alert dailogue is clicked
}
});

// create alert dialog
AlertDialog alertDialog = alertDialogBuilder.create();

// show it

alertDialog.show();

Monday, 14 April 2014

make 100 dollars a day with following android source code

to start making android money you got to register with start app do do that click here http://startapp.com/rf5kafd  and get your account ready prepare your system with android enviroment . click here http://www.mohammediatechnologies.in/androidsource/urdu%20quran%20tarjuman.zip you will get source file

 unzip it and import in eclipse if you dont know how to import it in eclipse follow tutorial how to import in eclipse in google

change startapp devloper id and app id in following line in mdconaactivity.java in src folder.

StartAppAd.init(this, "101844668", "201328811");

first value stans for ur devloper id second value stands for your app id .. just click add application and follow instructions to generate one

now change ur application content

http://playlist.mohammediatechnologies.in/indexpagetestnew.php?link=PL84JLIEqx84pz_tzMXj35pxwHZZlv9Kn5&total=30&title=quran%20with%20urdu%20translation

in above value link= repreasents youtube playlist id change it to show different videos in your application total stands for number of videos title stands for title of your application

once u change it your app is ready

 to make it unique signatured u got to change application package name (or else playstore will say application with same signature already exists

change package name in androidmanifest file and change places appropriately then export and upload to playstore have fun in making money