Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build] [push] create python package and push to pypi so it can be used in public #12

Open
nunenuh opened this issue May 15, 2024 · 0 comments
Assignees

Comments

@nunenuh
Copy link
Contributor

nunenuh commented May 15, 2024

Objective:

To package our machine learning project and publish it on PyPI, making it accessible to the public.

Tasks:

  1. Package Preparation:

    • Structure the Python code into a package format.
    • Include requirements.txt and setup.py for dependencies and installation.
  2. Documentation:

    • Update the README.md to provide installation and usage guidance.
  3. Testing and Validation:

    • Implement tests to validate package functionality.
  4. PyPI Deployment:

    • Configure and deploy the package on PyPI.

Expected Deliverables:

  • Python package published on PyPI.
  • Updated README.md with relevant information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants