ai-logics


Nameai-logics JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryHelpful in creating logics of any AI.
upload_time2023-01-26 08:00:51
maintainer
docs_urlNone
authorAditya Pratap Singh
requires_python
license
keywords logics recogize speech recognition open apps speak ai python ai aditya pratap singh
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

---



> -Features
>     -Speaking:
>         ai-win will help your comuter to say what you want:-
>     Using you systems engine driver it can speak in different voices.
>     Currently it has only two voices- male and female, but soon you will get a lot of voices and also languages.

>     -Recognizing speech:
>         This feature will make your computer listen you:-
>         This function is made to make your computer not only take input form actions but also from your voice!

>     -Accessing camera:
>         This feature will make your computer to access your camera anytime you want. It might take a few seconds or even a minute-
>     depending on your computer's RAM. You can also use speech recognition function with so it can access your camera when say it to do so.
>         Note: 1. This function is absolutely safe and your captures will remain with you only.
>               2. This function will only work when your computer has an accessible camera.
>               In case of any issues you can ask on StackOverflow, we will be very happy to answer your questions.
>     -Open internet:
>         Opening internet is a do-daily activity, you can automate it with this function:-
>         This function can automate your access to internet.
>         Note: This function is still developing. Only a part of it is there in this library. This function will update more and more in the coming newer versions of ai-win.

>     -Greetings:
>         With this wonderful feature of this library, your computer can greet you at any point of day.

>     -Time:
>         This function will help you get the local-time-anytime.

>     -Accessing Wikipedia:
>         This is an amazing part of this library. This has no limits. With this function your computer will know every famous personality, place, facts, history and many more.

>     -Search:
>         The eagerness-to-know of any curious has no limits, it makes us search more and more and more:-
>             The search function will search anything anytime anywhere- with an internet connection.

>     -Face detection:
>         With this library your computer can also detect your face. It uses opencv haarcascade to detect your facial muscles. It will access your camera, capture your live expressions, convert it to graysacle, detect your muscles and after all the process it gives you a complete colored frame as output.

> -Examples
>     -Speak:
>
> ```python
> #from ai-logics
> import AI
>
> if __name__=='__main__':
> 	AI.speak.maleVoice('Hello World!')
> ```
>
>     You can also use female voice instead:-
>
> ```python
> #from ai-logics
> import AI
>
> if __name__=='__main__':
> 	AI.speak.femaleVoice('Hello World!')
> ```
>
>     -Recognize speech:
>
> ```python
> #from ai-logics
> import AI
>
> if __name__=='__main__':
> 	speech = AI.recognizeSpeech.listen()
> 	print(speech)
> #Example:- I said 'Hello World'
> ```
>
>     Result:-![1674717566946](image/README/1674717566946.png)
>     -Access the camera:
>
> ```python
> #from ai-logics
> import AI
>
> if __name__=='__main__':
> 	AI.access_cam.capturefromDefaultcam('a')
> 	#'a' is the close button from which you can terminate the execution. You can use any other key.
> ```
>
>     'a' is the key from which you can terminate the execution. You can use any other key from your keyboard.
>     -Using functions:
>         You will find it in the documentation which will be released on my github account by 30th March. Link will be uploaded in later vrsions.

Note: This library uses some modules which requires some system dependencies. If you are a Windows user, make sure your windows is activated; If you are a Linux user you may install espeak.

To activate Windows - https://support.microsoft.com/en-us/windows/activate-windows-c39005d4-95ee-b91e-b399-2820fda32227#:~:text=Select%20the%20Start%20button%2C%20and%20then%20select%20Settings%20%3E%20Update%20%26,COA%20and%20follow%20the%20instructions.

To download espeak - https://espeak.sourceforge.net/

Terms and Conditions apply.
Copyright © 2023|Developed by Aditya Pratap Singh



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ai-logics",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "logics,recogize,speech recognition,open apps,speak,ai,python ai,aditya pratap singh",
    "author": "Aditya Pratap Singh",
    "author_email": "pypi.aditya@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/30/68/add7c756bab30ad4cccdf66423fd4b07ad128ee3e463625a617868054ddd/ai-logics-0.0.2.tar.gz",
    "platform": null,
    "description": "\r\n\r\n---\r\n\r\n\r\n\r\n> -Features\r\n>     -Speaking:\r\n>         ai-win will help your comuter to say what you want:-\r\n>     Using you systems engine driver it can speak in different voices.\r\n>     Currently it has only two voices- male and female, but soon you will get a lot of voices and also languages.\r\n\r\n>     -Recognizing speech:\r\n>         This feature will make your computer listen you:-\r\n>         This function is made to make your computer not only take input form actions but also from your voice!\r\n\r\n>     -Accessing camera:\r\n>         This feature will make your computer to access your camera anytime you want. It might take a few seconds or even a minute-\r\n>     depending on your computer's RAM. You can also use speech recognition function with so it can access your camera when say it to do so.\r\n>         Note: 1. This function is absolutely safe and your captures will remain with you only.\r\n>               2. This function will only work when your computer has an accessible camera.\r\n>               In case of any issues you can ask on StackOverflow, we will be very happy to answer your questions.\r\n>     -Open internet:\r\n>         Opening internet is a do-daily activity, you can automate it with this function:-\r\n>         This function can automate your access to internet.\r\n>         Note: This function is still developing. Only a part of it is there in this library. This function will update more and more in the coming newer versions of ai-win.\r\n\r\n>     -Greetings:\r\n>         With this wonderful feature of this library, your computer can greet you at any point of day.\r\n\r\n>     -Time:\r\n>         This function will help you get the local-time-anytime.\r\n\r\n>     -Accessing Wikipedia:\r\n>         This is an amazing part of this library. This has no limits. With this function your computer will know every famous personality, place, facts, history and many more.\r\n\r\n>     -Search:\r\n>         The eagerness-to-know of any curious has no limits, it makes us search more and more and more:-\r\n>             The search function will search anything anytime anywhere- with an internet connection.\r\n\r\n>     -Face detection:\r\n>         With this library your computer can also detect your face. It uses opencv haarcascade to detect your facial muscles. It will access your camera, capture your live expressions, convert it to graysacle, detect your muscles and after all the process it gives you a complete colored frame as output.\r\n\r\n> -Examples\r\n>     -Speak:\r\n>\r\n> ```python\r\n> #from ai-logics\r\n> import AI\r\n>\r\n> if __name__=='__main__':\r\n> \tAI.speak.maleVoice('Hello World!')\r\n> ```\r\n>\r\n>     You can also use female voice instead:-\r\n>\r\n> ```python\r\n> #from ai-logics\r\n> import AI\r\n>\r\n> if __name__=='__main__':\r\n> \tAI.speak.femaleVoice('Hello World!')\r\n> ```\r\n>\r\n>     -Recognize speech:\r\n>\r\n> ```python\r\n> #from ai-logics\r\n> import AI\r\n>\r\n> if __name__=='__main__':\r\n> \tspeech = AI.recognizeSpeech.listen()\r\n> \tprint(speech)\r\n> #Example:- I said 'Hello World'\r\n> ```\r\n>\r\n>     Result:-![1674717566946](image/README/1674717566946.png)\r\n>     -Access the camera:\r\n>\r\n> ```python\r\n> #from ai-logics\r\n> import AI\r\n>\r\n> if __name__=='__main__':\r\n> \tAI.access_cam.capturefromDefaultcam('a')\r\n> \t#'a' is the close button from which you can terminate the execution. You can use any other key.\r\n> ```\r\n>\r\n>     'a' is the key from which you can terminate the execution. You can use any other key from your keyboard.\r\n>     -Using functions:\r\n>         You will find it in the documentation which will be released on my github account by 30th March. Link will be uploaded in later vrsions.\r\n\r\nNote: This library uses some modules which requires some system dependencies. If you are a Windows user, make sure your windows is activated; If you are a Linux user you may install espeak.\r\n\r\nTo activate Windows - https://support.microsoft.com/en-us/windows/activate-windows-c39005d4-95ee-b91e-b399-2820fda32227#:~:text=Select%20the%20Start%20button%2C%20and%20then%20select%20Settings%20%3E%20Update%20%26,COA%20and%20follow%20the%20instructions.\r\n\r\nTo download espeak - https://espeak.sourceforge.net/\r\n\r\nTerms and Conditions apply.\r\nCopyright © 2023|Developed by Aditya Pratap Singh\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Helpful in creating logics of any AI.",
    "version": "0.0.2",
    "split_keywords": [
        "logics",
        "recogize",
        "speech recognition",
        "open apps",
        "speak",
        "ai",
        "python ai",
        "aditya pratap singh"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6dcb68f7dd3efe05d824475236b47474fb0a3455d4d07bc4452281ebd4fe9d19",
                "md5": "cd82023cbf4c29772aa846eedabbb5b0",
                "sha256": "528015b42ac143995e7b060424882ebbc1527d15c2cc5e117b3f1a1ac73803ae"
            },
            "downloads": -1,
            "filename": "ai_logics-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cd82023cbf4c29772aa846eedabbb5b0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3833,
            "upload_time": "2023-01-26T08:00:47",
            "upload_time_iso_8601": "2023-01-26T08:00:47.940430Z",
            "url": "https://files.pythonhosted.org/packages/6d/cb/68f7dd3efe05d824475236b47474fb0a3455d4d07bc4452281ebd4fe9d19/ai_logics-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3068add7c756bab30ad4cccdf66423fd4b07ad128ee3e463625a617868054ddd",
                "md5": "1ad4e2f6ac212c0c1006b93f6bebe2d8",
                "sha256": "47a0f1e7a571d7e796cc21c2d1bcb155290b56ec170f2979ea6947ff0c55409d"
            },
            "downloads": -1,
            "filename": "ai-logics-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1ad4e2f6ac212c0c1006b93f6bebe2d8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3059,
            "upload_time": "2023-01-26T08:00:51",
            "upload_time_iso_8601": "2023-01-26T08:00:51.143628Z",
            "url": "https://files.pythonhosted.org/packages/30/68/add7c756bab30ad4cccdf66423fd4b07ad128ee3e463625a617868054ddd/ai-logics-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-26 08:00:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "ai-logics"
}
        
Elapsed time: 0.03662s