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:
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['example'])
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(means['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['explain'])
Image Search Engine (Ai Make, Images.) :
import mindai
from mindai import Ai
ai = Ai()
eng = ai.image_search(query="Duck")
print(eng) # return list of images.
#print(means['imgs'])
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.2.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file mindai-2023.1.2.tar.gz
.
File metadata
- Download URL: mindai-2023.1.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9c81c3e30f8e89e7fda644ded1f63687ee701563e2fe976a19d400ab01ab755 |
|
MD5 | 3308f94e5d2fc6ef3895378c3c21dd4b |
|
BLAKE2b-256 | bba412e4ed6b6bc07e1efad89f091d3855cad79ed9b392e66b4f12b5e4026a03 |
File details
Details for the file mindai-2023.1.2-py3-none-any.whl
.
File metadata
- Download URL: mindai-2023.1.2-py3-none-any.whl
- Upload date:
- Size: 4.0 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 | 2b6e7c423e516a46b6ffa13601633bec5fd75c988522fd061ac77a1dfff91217 |
|
MD5 | ac156ebac198ac061dece123ae65df22 |
|
BLAKE2b-256 | 7e5fe174338365408f94c57a5de418875b4d9c5749b3e9b5b96974c11ab79a10 |