neurolink


Nameneurolink JSON
Version 0.0.0 PyPI version JSON
download
home_pagehttps://github.com/muhammad-fiaz/neurolink
SummaryNeuroLink is a Python package in active development that aims to provide various AI capabilities, including a chatbot, image processing, audio processing, Django & Flask support, and more.
upload_time2023-05-31 10:46:21
maintainer
docs_urlNone
authorMuhammad Fiaz
requires_python>=3.8
licenseApache Software License (Apache 2.0)
keywords neural networks neurolink machine learning artificial intelligence ai ml chatbot image processing audio processing django flask
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <img src="https://github.com/muhammad-fiaz/neurolink/assets/75434191/82fbf702-43e2-46e6-8e01-11758fa26310" alt="Neurolink GIF" width="500" height="auto">
</p>

[![Python](https://img.shields.io/badge/python-%3E%3D3.8-blue.svg)](https://www.python.org/downloads/release/python-380/)
[![PyPI](https://img.shields.io/badge/PyPI-v-green.svg)](https://pypi.org/project/neurolink/)
[![Anaconda](https://img.shields.io/badge/Anaconda-v-green.svg)](https://anaconda.org/conda-forge/neurolink)
[![Commits](https://img.shields.io/github/last-commit/muhammad-fiaz/neurolink?style=flat&logo=git&logoColor=white&color=blue)](https://github.com/muhammad-fiaz/neurolink/commits/master)
[![Open Issues](https://img.shields.io/badge/issues-open-green.svg)](https://github.com/muhammad-fiaz/neurolink/issues)
[![Version](https://img.shields.io/badge/version-0.0.0-blue.svg)](https://pypi.org/project/neurolink/0.0.0/)
[![Python](https://img.shields.io/badge/community-python-brightgreen.svg)](https://www.python.org/)
[![Docs](https://img.shields.io/badge/docs-neurolink-blue.svg)](https://github.com/muhammad-fiaz/neurolink#readme)


# NeuroLink

NeuroLink is a Python package that aims to provide various AI capabilities, including a chatbot, image processing, audio processing, Django support, and more. It utilizes TensorFlow and other related technologies for natural language processing and AI tasks.

## Description

The NeuroLink package is designed to offer developers an easy and efficient way to incorporate AI functionalities into their projects. It provides a chatbot module that can understand and respond to user input using TensorFlow for intent classification. Additionally, it includes modules for image processing, audio processing, and Django integration, making it a versatile AI package for different applications.

**NOTE: This package is currently under development and not yet ready for production use. Use it at your own risk.**

## Planned Features

- **Text Processing:** Offers functionalities for text manipulation, analysis, and processing. It includes features like text cleaning, tokenization, stemming, and named entity recognition.
- **Chatbot:** Provides a conversational interface for interacting with users. The Chatbot utilizes TensorFlow for natural language processing and intent classification. It will allow users to have interactive conversations and receive responses based on the input.
- **Image Processing:** Offers functionalities for image manipulation, analysis, and recognition. It includes features like image filtering, object detection, and image-based AI tasks.
- **Audio Processing:** Allows processing and analysis of audio files, including speech recognition and synthesis. It provides features like speech-to-text, text-to-speech, and audio-based AI tasks.
- **Django & Flask Support:** Provides integration with Django, a popular Python web framework. This enables seamless integration of AI functionalities into web applications built with Django.
- **And more:** Planned features include additional AI capabilities and modules for natural language processing, computer vision, machine learning, and other AI-related tasks.

## Installation

**NOTE: This package is still in development and not yet Stable. Use it at your own risk.**

this package is released, it can be installed using pip:

```bash
pip install neurolink
```
To update neurolink to the latest version, add --upgrade flag to the above commands.

## Try your first NeuroLink program
    
    import neurolink
    
    """
    Sample Test Case to get a response from the chatbot
    """

    intents_path = "intents.json"
    model_path = "model.tflearn"
    data_path = "data.pickle"
    initialize_obj = neurolink.initialize(intents_path, model_path, data_path, train_model=True)
    response = initialize_obj.chat("Hi", 0.5)
    print(response)

**Above model is for reference, its uses intents.json for dataset and sample format that is used to create simple chatbot [check out here](https://github.com/muhammad-fiaz/neurolink/blob/master/intents.json)**

⚠️ Note: The project is currently in active development, and some features may not work properly on older versions. It is recommended to upgrade to the latest version for optimal performance and compatibility.

## Dependencies

This project utilizes the following third-party libraries:

- [PyTorch](https://pytorch.org/): A deep learning framework for training and building neural networks.
- [TensorFlow](https://www.tensorflow.org/): A powerful open-source machine learning framework.
- [TFLearn](http://tflearn.org/): A high-level API for TensorFlow, simplifying the process of building and training models.
- [NumPy](https://numpy.org/): A fundamental package for scientific computing with Python.
- [NLTK](https://www.nltk.org/): A platform for building Python programs to work with human language data.

💪 ARM Installation: The necessary libraries are automatically installed when you install the package. You can directly use the provided code without any additional installation steps.
For more information about each library, please refer to their respective documentation links above.

## Documentation

- [PyTorch Documentation](https://pytorch.org/docs/)
- [TensorFlow Documentation](https://www.tensorflow.org/api_docs/)
- [TFLearn Documentation](http://tflearn.org/doc_index/)
- [NumPy Documentation](https://numpy.org/doc/)
- [NLTK Documentation](https://www.nltk.org/index.html)


## Contribution

NOTE: This package is still in development, and contributions are currently not accepted.

Once the package reaches a stable release, contribution guidelines and instructions on how to contribute will be provided in the project's repository.

## Repository

The project repository is hosted on GitHub: [Project Repository](https://github.com/muhammad-fiaz/neurolink)

Please feel free to explore the repository, open issues, and provide feedback.

- Issue Tracker: [Project Issues](https://github.com/muhammad-fiaz/neurolink/issues)

# License

This project is licensed under the [Apache License, Version 2.0 ](https://github.com/muhammad-fiaz/neurolink/blob/main/LICENSE).
     
     
<p>
  <img src="https://github.com/muhammad-fiaz/neurolink/assets/75434191/5ede394c-99fa-4f7f-8153-0de7f34b15c2" alt="Neurolink Logo" width="200">
</p>

Happy Coding!




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/muhammad-fiaz/neurolink",
    "name": "neurolink",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "neural networks,neurolink,machine learning,artificial intelligence,ai,ml,chatbot,image processing,audio processing,django,flask",
    "author": "Muhammad Fiaz",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/33/f7/ef2ddd431b49ebeb5a894ba4914c90ce7be26a2018a15d23ce07cfaadc64/neurolink-0.0.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\r\n  <img src=\"https://github.com/muhammad-fiaz/neurolink/assets/75434191/82fbf702-43e2-46e6-8e01-11758fa26310\" alt=\"Neurolink GIF\" width=\"500\" height=\"auto\">\r\n</p>\r\n\r\n[![Python](https://img.shields.io/badge/python-%3E%3D3.8-blue.svg)](https://www.python.org/downloads/release/python-380/)\r\n[![PyPI](https://img.shields.io/badge/PyPI-v-green.svg)](https://pypi.org/project/neurolink/)\r\n[![Anaconda](https://img.shields.io/badge/Anaconda-v-green.svg)](https://anaconda.org/conda-forge/neurolink)\r\n[![Commits](https://img.shields.io/github/last-commit/muhammad-fiaz/neurolink?style=flat&logo=git&logoColor=white&color=blue)](https://github.com/muhammad-fiaz/neurolink/commits/master)\r\n[![Open Issues](https://img.shields.io/badge/issues-open-green.svg)](https://github.com/muhammad-fiaz/neurolink/issues)\r\n[![Version](https://img.shields.io/badge/version-0.0.0-blue.svg)](https://pypi.org/project/neurolink/0.0.0/)\r\n[![Python](https://img.shields.io/badge/community-python-brightgreen.svg)](https://www.python.org/)\r\n[![Docs](https://img.shields.io/badge/docs-neurolink-blue.svg)](https://github.com/muhammad-fiaz/neurolink#readme)\r\n\r\n\r\n# NeuroLink\r\n\r\nNeuroLink is a Python package that aims to provide various AI capabilities, including a chatbot, image processing, audio processing, Django support, and more. It utilizes TensorFlow and other related technologies for natural language processing and AI tasks.\r\n\r\n## Description\r\n\r\nThe NeuroLink package is designed to offer developers an easy and efficient way to incorporate AI functionalities into their projects. It provides a chatbot module that can understand and respond to user input using TensorFlow for intent classification. Additionally, it includes modules for image processing, audio processing, and Django integration, making it a versatile AI package for different applications.\r\n\r\n**NOTE: This package is currently under development and not yet ready for production use. Use it at your own risk.**\r\n\r\n## Planned Features\r\n\r\n- **Text Processing:** Offers functionalities for text manipulation, analysis, and processing. It includes features like text cleaning, tokenization, stemming, and named entity recognition.\r\n- **Chatbot:** Provides a conversational interface for interacting with users. The Chatbot utilizes TensorFlow for natural language processing and intent classification. It will allow users to have interactive conversations and receive responses based on the input.\r\n- **Image Processing:** Offers functionalities for image manipulation, analysis, and recognition. It includes features like image filtering, object detection, and image-based AI tasks.\r\n- **Audio Processing:** Allows processing and analysis of audio files, including speech recognition and synthesis. It provides features like speech-to-text, text-to-speech, and audio-based AI tasks.\r\n- **Django & Flask Support:** Provides integration with Django, a popular Python web framework. This enables seamless integration of AI functionalities into web applications built with Django.\r\n- **And more:** Planned features include additional AI capabilities and modules for natural language processing, computer vision, machine learning, and other AI-related tasks.\r\n\r\n## Installation\r\n\r\n**NOTE: This package is still in development and not yet Stable. Use it at your own risk.**\r\n\r\nthis package is released, it can be installed using pip:\r\n\r\n```bash\r\npip install neurolink\r\n```\r\nTo update neurolink to the latest version, add --upgrade flag to the above commands.\r\n\r\n## Try your first NeuroLink program\r\n    \r\n    import neurolink\r\n    \r\n    \"\"\"\r\n    Sample Test Case to get a response from the chatbot\r\n    \"\"\"\r\n\r\n    intents_path = \"intents.json\"\r\n    model_path = \"model.tflearn\"\r\n    data_path = \"data.pickle\"\r\n    initialize_obj = neurolink.initialize(intents_path, model_path, data_path, train_model=True)\r\n    response = initialize_obj.chat(\"Hi\", 0.5)\r\n    print(response)\r\n\r\n**Above model is for reference, its uses intents.json for dataset and sample format that is used to create simple chatbot [check out here](https://github.com/muhammad-fiaz/neurolink/blob/master/intents.json)**\r\n\r\n\u26a0\ufe0f Note: The project is currently in active development, and some features may not work properly on older versions. It is recommended to upgrade to the latest version for optimal performance and compatibility.\r\n\r\n## Dependencies\r\n\r\nThis project utilizes the following third-party libraries:\r\n\r\n- [PyTorch](https://pytorch.org/): A deep learning framework for training and building neural networks.\r\n- [TensorFlow](https://www.tensorflow.org/): A powerful open-source machine learning framework.\r\n- [TFLearn](http://tflearn.org/): A high-level API for TensorFlow, simplifying the process of building and training models.\r\n- [NumPy](https://numpy.org/): A fundamental package for scientific computing with Python.\r\n- [NLTK](https://www.nltk.org/): A platform for building Python programs to work with human language data.\r\n\r\n\ud83d\udcaa ARM Installation: The necessary libraries are automatically installed when you install the package. You can directly use the provided code without any additional installation steps.\r\nFor more information about each library, please refer to their respective documentation links above.\r\n\r\n## Documentation\r\n\r\n- [PyTorch Documentation](https://pytorch.org/docs/)\r\n- [TensorFlow Documentation](https://www.tensorflow.org/api_docs/)\r\n- [TFLearn Documentation](http://tflearn.org/doc_index/)\r\n- [NumPy Documentation](https://numpy.org/doc/)\r\n- [NLTK Documentation](https://www.nltk.org/index.html)\r\n\r\n\r\n## Contribution\r\n\r\nNOTE: This package is still in development, and contributions are currently not accepted.\r\n\r\nOnce the package reaches a stable release, contribution guidelines and instructions on how to contribute will be provided in the project's repository.\r\n\r\n## Repository\r\n\r\nThe project repository is hosted on GitHub: [Project Repository](https://github.com/muhammad-fiaz/neurolink)\r\n\r\nPlease feel free to explore the repository, open issues, and provide feedback.\r\n\r\n- Issue Tracker: [Project Issues](https://github.com/muhammad-fiaz/neurolink/issues)\r\n\r\n# License\r\n\r\nThis project is licensed under the [Apache License, Version 2.0 ](https://github.com/muhammad-fiaz/neurolink/blob/main/LICENSE).\r\n     \r\n     \r\n<p>\r\n  <img src=\"https://github.com/muhammad-fiaz/neurolink/assets/75434191/5ede394c-99fa-4f7f-8153-0de7f34b15c2\" alt=\"Neurolink Logo\" width=\"200\">\r\n</p>\r\n\r\nHappy Coding!\r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "Apache Software License (Apache 2.0)",
    "summary": "NeuroLink is a Python package in active development that aims to provide various AI capabilities, including a chatbot, image processing, audio processing, Django & Flask support, and more.",
    "version": "0.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/muhammad-fiaz/neurolink/issues",
        "Documentation": "https://github.com/muhammad-fiaz",
        "Homepage": "https://github.com/muhammad-fiaz/neurolink",
        "Source Code": "https://github.com/muhammad-fiaz/neurolink"
    },
    "split_keywords": [
        "neural networks",
        "neurolink",
        "machine learning",
        "artificial intelligence",
        "ai",
        "ml",
        "chatbot",
        "image processing",
        "audio processing",
        "django",
        "flask"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae2889723d1316a4f8b8e374c264f32ab7add75ac9bf0fa29befb1b5b29774a4",
                "md5": "ed9cb20ead0cf4179a8533fcd82eb605",
                "sha256": "ca9c58e112e0added9353ff512d37addd7c6202449e1dad45dd2fbf29934d1a9"
            },
            "downloads": -1,
            "filename": "neurolink-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ed9cb20ead0cf4179a8533fcd82eb605",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 15473,
            "upload_time": "2023-05-31T10:46:18",
            "upload_time_iso_8601": "2023-05-31T10:46:18.126802Z",
            "url": "https://files.pythonhosted.org/packages/ae/28/89723d1316a4f8b8e374c264f32ab7add75ac9bf0fa29befb1b5b29774a4/neurolink-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33f7ef2ddd431b49ebeb5a894ba4914c90ce7be26a2018a15d23ce07cfaadc64",
                "md5": "cf9d402625e42be190067169b708dfde",
                "sha256": "f89f16f68d1bea67f960db63920217ba539b2cc6b8422f849cd4c39f94900834"
            },
            "downloads": -1,
            "filename": "neurolink-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cf9d402625e42be190067169b708dfde",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15459,
            "upload_time": "2023-05-31T10:46:21",
            "upload_time_iso_8601": "2023-05-31T10:46:21.031583Z",
            "url": "https://files.pythonhosted.org/packages/33/f7/ef2ddd431b49ebeb5a894ba4914c90ce7be26a2018a15d23ce07cfaadc64/neurolink-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-31 10:46:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "muhammad-fiaz",
    "github_project": "neurolink",
    "github_not_found": true,
    "lcname": "neurolink"
}
        
Elapsed time: 0.07421s