list of tools using ai.
Project description
mindai
mindai is a package has alot of ai tools like chat with ai or code generate and more.
Examples
Chat with ai (Offline)+:
import mindai
from mindai import Ai
ai = Ai()
chat = ai.chat(message="Hello! How are you?")
print(chat)
#print(chat['reply'])
Text from image (OCR) :
import mindai
from mindai import Ai
ai = Ai()
ocr = ai.image_to_text(url="https://telegra.ph//file/3381da14831562cb2dd0e.png")
print(ocr)
#print(ocr['text'])
Code Generatetor :
import mindai
from mindai import Ai
ai = Ai()
code = a.code_gen(prompt="hello world",lang="python")
print(code)
#print(code['code'])
Word mean :
import mindai
from mindai import Ai
ai = Ai()
means = ai.word_mean(word="men")
print(means)
#print(means['mean'])
Audio to Text (STT) :
import mindai
from mindai import Ai
ai = Ai()
tt = ai.audio_to_text(url="https://ttsmp3.com/created_mp3/2e14d53d4285fe4b0d43245902171fcf.mp3")
print(tt)
#print(tt['text'])
Explain Code :
import mindai
from mindai import Ai
ai = Ai()
ex = ai.explain_code("""
d = 0
print(d)
exit()
""",lang='ar')
## lang None or english or arabic.
print(ex)
#print(ex['explained'])
Image Search Engine (Ai Make, Images.) :
import mindai
from mindai import Ai
ai = Ai()
eng = ai.image_search(query="Duck")
print(eng)
#print(eng['images'])
Dalle-2 Text-To-Image (New!) :
import mindai
from mindai import Ai
ai = Ai()
eng = ai.dalle_2("Duck eat sandwich")
print(eng)
#print(eng['url'])
Complete Setenece :
import mindai
from mindai import Ai
ai = Ai()
eng = ai.complete_setnece("The Goal of life is *") # Must add (*) To complete your setnece.
print(eng)
#print(eng['setneces'])
Text-To-Anime Image! :
import mindai
from mindai import Ai
ai = Ai()
eng = ai.text_to_anime("A Iraqi Men")
print(eng)
#print(eng['url'])
Prompt Extend :
import mindai
from mindai import Ai
ai = Ai()
eng = ai.prompt_extend("Elon Musk")
print(eng)
#print(eng['text'])
Get Verbs and Names and Company Names :
import mindai
from mindai import Ai
ai = Ai()
eng = ai.get_verbs("Hello, my name is Elon and i CEO of SpaceX and Tesla Motors")
print(eng)
#print(eng['verbs'])
Thats all thank you.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mindai-2023.1.3.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file mindai-2023.1.3.tar.gz
.
File metadata
- Download URL: mindai-2023.1.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e08f5cf05c358fda973bb2f0aafb408c9c02030d1f499595187c9b23f651649 |
|
MD5 | 3c4655d6fdd647dcb4ed84466f296409 |
|
BLAKE2b-256 | 0c54236c80f048ef4caad2c2c377232d30a7d6bda1a6dac38e7284296fb5f8aa |
File details
Details for the file mindai-2023.1.3-py3-none-any.whl
.
File metadata
- Download URL: mindai-2023.1.3-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef836b3cf15ce53e69293c4797bdf9237b974158fec63c4e10abe943f36b135b |
|
MD5 | 5f302934672877e427b6576029a6e1b3 |
|
BLAKE2b-256 | 6df14c0d6b8b0194b8342569024808a92e8ecebf4074b4b33ae864b5f7cf5a54 |