Skip to content

Compilation of functions of ETL, ML, AI, BI, DL and others.

Notifications You must be signed in to change notification settings

willgvfranco/python_ai

Repository files navigation

About The Project

Here is a compilation of python code for Natural Language Processing and more stuffs, including scraper functions for XML and HTML. Most of the code is intended to be used in anothers projects: feel free to use.

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
    git clone https://github.com/neustren/python_ai.git
  2. Install python packages
    python -m venv venv
    source venv/bin/activate # GNU/Linux
    pip install -r requirements.txt
  3. Install NLTK packages (Optional)
    python -m nltk.downloader **name**

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

William Franco - @neustren - williamgvfranco@gmail.com

About

Compilation of functions of ETL, ML, AI, BI, DL and others.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages