Commit Graph

139 Commits

Author SHA1 Message Date
a13a4a9efc Add setup.py 2021-12-06 10:04:09 -08:00
378a23608d Model v3 2021-11-16 21:50:59 -08:00
38ec27a3f4 Rearrange files 2021-11-14 18:57:27 -08:00
cc8faa8622 Recompile example model 2021-11-07 11:54:24 -08:00
3bf623aace New model version 2021-11-07 11:53:40 -08:00
3baafa46fc Create v2 models 2021-11-07 10:42:38 -08:00
b3d975f3d1
Merge pull request #3 from kj7rrv/algo2
Add Classifier.confidence()
2021-11-05 18:39:59 -07:00
be543134bc Add Classifier.confidence() 2021-11-03 06:38:22 -07:00
ac8ef8db89
Update LICENSE 2021-10-27 19:35:46 -07:00
3ad03ef401 Add model packer 2021-10-27 19:26:32 -07:00
a5d7143a13 Add framework for inter-version compatibility 2021-10-27 18:22:52 -07:00
91e35a0d61 Reorganize code and improve README 2021-10-26 13:33:15 -07:00
e1267b62b0 Merge branch 'master' of https://github.com/kj7rrv/gptc 2021-10-26 10:05:28 -07:00
8d2e64e09b Remove ability to directly use raw models 2021-10-26 10:04:10 -07:00
4a7c11e95a Remove documentation for auto-compiling 2021-10-25 18:32:54 -07:00
212e8c0304 Remove old Read the Docs configuration file 2021-10-25 18:22:40 -07:00
edb8eb58e7 Remove Spacy dependency, remove unneeded files, improve tokenizer 2021-10-25 08:06:46 -07:00
9eb602de65 Docstring improvements 2021-08-17 12:29:39 -07:00
scoopgracie
275bb7f44b Fix docs? 2020-08-14 18:01:00 -07:00
scoopgracie
378c8dd67f Fix docs? 2020-08-14 18:00:44 -07:00
scoopgracie
3f29d8b0ce Initialize docs 2020-08-14 17:39:35 -07:00
scoopgracie
beee42530b
Merge pull request #2 from scoopgracie/v2
V2
2020-08-14 17:30:25 -07:00
scoopgracie
60bbaa0fbc Improve docstring 2020-08-14 17:23:20 -07:00
scoopgracie
63e26e97de Switch __init__ to import 2020-08-14 17:18:31 -07:00
scoopgracie
aceeef846f Move models to subdir 2020-08-14 16:24:16 -07:00
scoopgracie
d418da9b86 Use good gitignore 2020-08-14 16:21:22 -07:00
scoopgracie
15bc52e9e6 Remove the comments from the setup.py template I used 2020-08-14 16:17:27 -07:00
scoopgracie
b9e60eac93 Update version number 2020-08-14 16:13:20 -07:00
scoopgracie
0fffda8fe8 classify returns None, not 'unknown' 2020-08-14 16:11:42 -07:00
scoopgracie
7718941617 Rename check to classify 2020-08-14 16:11:23 -07:00
scoopgracie
1cbc4b311e Fix typo in README 2020-08-14 16:10:08 -07:00
scoopgracie
a63ddc8909 Remove empty sections from raw demo model 2020-08-14 15:59:59 -07:00
scoopgracie
384167dcdb Initial commit of V2
V2 is a major upgrade that (hopefully) makes it more scalable by moving
the majority of the work to compile time instead of runtime.
2020-08-14 15:54:44 -07:00
Saurabh Rai
72f380b0dd Fixed the Readme Extension
You forgot the .md extension
2020-04-08 09:13:58 +05:30
scoopgracie
5cd328f878 Merge branch 'master' of https://github.com/scoopgracie/gptc 2020-03-30 09:46:07 -07:00
scoopgracie
11b3785f84 Bugfix release 2020-03-30 09:45:26 -07:00
scoopgracie
1ca354c7f5 Ignore venv 2020-03-26 16:22:51 -07:00
scoopgracie
7a0381cbe4
Create LICENSE 2020-03-16 11:00:39 -07:00
scoopgracie
dae17ebcf6 Setup 2020-03-16 10:57:15 -07:00