#ENGLİSH
This project is a GPT-Turbo model AI-powered assistant API developed with Python. The assistant can understand commands, provide various information, and interact with you.
- Written Commands: Can understand and respond to written commands.
- Providing Information: Can provide information about certain topics.
- Fun Conversations: Provides fun conversations and interactions.
- Visual Perception: Can respond to the command by thinking with the visual sent.
-
Requirements
Python 3.11 and necessary packages are required to run Asistan's client. You can install the required packages using the following command:
pip install requests
-
Python File
The codes required to interact with the assistant are given in the "asistan.py" file. First, download the "asistan.py" file.
python assistant.py
You can interact with my artificial intelligence by running the python API for Assistant with the command.
- Text Message
After running the Python file, type the expression you want to ask or say in the "Enter your message:" field. The client code transmits the text it receives from the user input to the Assistant and conducts a chat by transmitting the response it receives back to the user.
-
Visual/Text Message
After running the Python file, type the message "image" in the "Enter your message:" field and select the image you want to send in the window that opens. After selecting, write your message in the "Send your message with image:" phrase and send it, the Assistant will process the query and the image and send it to the user in a suitable format will reply.
#TÜRKÇE
Bu proje, Python ile geliştirilmiş bir GPT-Turbo model yapay zeka destekli asistan API'sidir. Asistan, komutları anlayabilir, çeşitli bilgileri sağlayabilir ve sizinle etkileşime geçebilir.
- Yazılı Komutlar: Yazılı komutları anlayabilir ve cevap verebilir.
- Bilgi Sağlama: Belirli konular hakkında bilgi verebilir.
- Eğlenceli Konuşmalar: Eğlenceli sohbetler ve etkileşimler sunar.
- Görsel Algılama: Komutu gönderilen görsel ile düşünerek cevap verebilir.
-
Gereksinimler
Asistan'ın istemcisini çalıştırmak için Python 3.11 ve gerekli paketler gereklidir. Aşağıdaki komutu kullanarak gerekli paketleri yükleyebilirsiniz:
pip install requests
-
Python Dosyası
Asistan ile etkileşimde bulunmak için gerekli kodlar "asistan.py" dosyasında verilmiştir. İlk başta "asistan.py" dosyasını indirin.
python asistan.py
Komutu ile Asistan için python API'sini çalıştırarak, yapay zekam ile etkileşime geçebilirsiniz.
- Yazılı Mesaj
Python dosyasını çalıştırdıktan sonra "Mesajınızı girin: " ifadesine sormak veya söylemek istediğiniz ifadeyi yazınız. İstemci kodu kullanıcı girişi aldığı metni Asistan'a iletir ve aldığı cevabı kullanıcıya geri ileterek sohbet gerçekleştirir.
-
Görsel/Yazılı Mesaj
Python dosyasını çalıştırdıktan sonra "Mesajınızı girin: " ifadesine "görsel" mesajını yazın ve göndermek istediğiniz görseli açılan pencerede seçin. Seçtikten sonra "Görsel ile mesajınızı gönderin: " ifadesine mesajınızı yazıp gönderdiğinizde Asistan sorguyu ve görseli işleyip kullanıcıya uygun bir cevap verecektir.