Skip to main content

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 hashes)

Uploaded Source

Built Distribution

mindai-2023.1.2-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page