CodeForPhilly / CodeForPhilly/chime

Pivot to BayesChime

オープン
#568 コメント 0 件 リアクション 0 件 担当者 1 名 @mariekers が担当を希望しています GitHub で見る
question
主要言語
Python
スター
210
フォーク
153
PR マージ指標
30日以内にマージされた PR はありません

説明

With the pivot to the new model there are a few points to address

We can publish the original model as a PyPI package - As pointed out by the @ChrisPappalardo
from Django-Chime in the slack - this would let him and likely others do more with the model.

One thing to consider is use in Colab. This pertains to both old and new models alike. Currently the project requires Python >= 3.7, however it's my understanding that the Python version on Colab is 3.6.9.

Another is what do we want in terms of scope on in the PyPI package? The three options I see are:

- Including streamlit and and the cli and installing everything below that as a dependency
- The above option except including the entire contents of penn_chime
- The above option sans the streamlit app

Also to publish to PyPI we require two accounts:

- [pypi](https://pypi.org/account/register/)
- [test-pypi](https://test.pypi.org/account/register/)

Also clarification regarding meta. [Here](https://packaging.python.org/specifications/core-metadata/) is the documentation regarding python packaging metadata showing what is optional and what is required.

Thanks for your time

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。