Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Releases: georgetayqy/ArticPy

Testing Phase: Update 23/10

23 Oct 15:32
dbc9783
Compare
Choose a tag to compare
Pre-release

Code is finalised in this release of the app.

Major Changes

  1. Finalised the functions of the app
  2. Deprecated GPU-reliant app functions, in favour ofCPU-optimised ones
  3. Further refactoring of code to reduce lengthiness and increase efficiency

The app is expected to be Production-Ready as soon as next week.

Development-Testing Phase: Update 11/10

10 Oct 16:02
988f194
Compare
Choose a tag to compare
Pre-release

Major parts of the code have been modified to reduce the complexity and lengthiness of the code.

Major Changes

  1. Previously lengthy portions of the code (printing out DataFrames to the screen, saving data, etc.) have been replaced by iterations
  2. New package streamlit-pandas-profiling is used to provide users with a more detailed breakdown of the DataFrames loaded or created
  3. Google Drive API Support is being implemented (WIP, may be deprecated)
  4. Named-Entity Recognition capability added to NLP Toolkit

Upcoming Changes

  1. Trained BERT Model

Development-Testing Phase

25 Sep 13:08
f23ccaf
Compare
Choose a tag to compare
Pre-release

Initial Commit for files used in the app