Skip to content

TR: Girilen metne göre görüntü oluşturma. EN: Create an image based on the entered text.

Notifications You must be signed in to change notification settings

ahmetkanbaz/DALL_E_React_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TR

Projemi geliştirirken [https://beta.openai.com/overview] linkinden faydalandım. Kullanıcı görmek istediği fotoğrafı betimleyecek şekilde girer ve ardından seçmiş olduğu fotoğraf sayısı kadar fotoğrafın ekranda gösterilmesi sağlanmaktadır. Girilen metnin çevirisini yapabilmek için de [https://rapidapi.com/gatzuma/api/deep-translate1/] linkinden faydalandım.

Projemde bulunan Translation.js component'ındaki Your Keys. yazan kısımlara çeviri linkinde size ait olan API anahtarları ile değiştirmeniz gerekmektedir. Aynı zamanda GetImages.js component'ındaki Your API Key. yazan kısma Image Generator linkinden kendinize ait API anahtarı oluşturarak değiştirmelisiniz.

Projemi,

kullanarak geliştirdim.

Projemle ilgili ekran görüntüleri aşağıda görüntülenmektedir.

EN

I used the [https://beta.openai.com/overview] link while developing my project. The user enters the photo he wants to see in a way that describes it and then, it is ensured that as many photos as the selected number of photos are displayed on the screen. I used the link [https://rapidapi.com/gatzuma/api/deep-translate1/] to translate the entered text.

Your Keys. in Translation.js component in my project. You need to replace the parts written in the translation link with the API keys that belong to you. Also, Your API Key. in GetImages.js component. You should change it by creating your own API key from the Image Generator link in the section that says.

My project,

I developed using.

Screenshots of my project are displayed below.

TR: Uygulama ilk çalıştırıldığında görünen ekrandır.

EN: This is the screen that appears when the application is first run. Dall_E_1

TR: Kullanıcı tarafından herhangi bir metin girildiğinde ve görüntülenmek istenen fotoğrafların sayısı seçildiğinde fotoğraflar alınana kadar yükleme animasyonu gösterilmektedir.

EN: Loading animation is shown until the photos are taken when any text is entered by the user and the number of photos to be viewed is selected. Dall_E_2

TR: Fotoğraflar API'den alındığında kullanıcıya gösterilmektedir.

EN: Photos are shown to user when retrieved from API. Dall_E_3

Dall_E_4

Dall_E_5

Dall_E_6