This repository has been archived by the owner on Dec 10, 2023. It is now read-only.
Releases: georgetayqy/ArticPy
Releases · georgetayqy/ArticPy
Testing Phase: Update 23/10
Code is finalised in this release of the app.
Major Changes
- Finalised the functions of the app
- Deprecated GPU-reliant app functions, in favour ofCPU-optimised ones
- 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
Major parts of the code have been modified to reduce the complexity and lengthiness of the code.
Major Changes
- Previously lengthy portions of the code (printing out DataFrames to the screen, saving data, etc.) have been replaced by iterations
- New package
streamlit-pandas-profiling
is used to provide users with a more detailed breakdown of the DataFrames loaded or created - Google Drive API Support is being implemented (WIP, may be deprecated)
- Named-Entity Recognition capability added to NLP Toolkit
Upcoming Changes
- Trained BERT Model
Development-Testing Phase
Initial Commit for files used in the app