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

Commit

Permalink
Removed New Functionalities
Browse files Browse the repository at this point in the history
Keeping in line with the requirements of the competition and the dependencies conflict between numpy and gensim, new advanced functionalities added have been removed from the main distribution of the app.
  • Loading branch information
georgetayqy committed Jan 12, 2022
1 parent 85029b8 commit 0311606
Show file tree
Hide file tree
Showing 22 changed files with 9 additions and 2,930 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ __pycache__/
*.py[cod]
*$py.class
*.pyc
*.DS_STORE

# C extensions
*.so
Expand All @@ -27,6 +28,7 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
futures/

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ created pre-made Docker images hosted on Github Packages for you to use. To do s
system and run the following commands on Terminal or Powershell:

```shell
docker pull docker pull ghcr.io/asdfghjkxd/app:2.2
docker pull docker pull ghcr.io/asdfghjkxd/app:main

docker run -it -p 5000:8501 --name news ghcr.io/asdfghjkxd/app:2.2
docker run -it -p 5000:8501 --name news ghcr.io/asdfghjkxd/app:main
```

The created Docker Container can then be accessed through `localhost` on Port `5000`!

If Command Lines are not your thing, you can do the same using the Docker Desktop GUI! Just follow the steps below to
set up the Container:

- Open up Terminal or Powershell and key in the command `docker pull ghcr.io/asdfghjkxd/app:2.2` word for word (we
- Open up Terminal or Powershell and key in the command `docker pull ghcr.io/asdfghjkxd/app:main` word for word (we
promise this is the only Command Line step in the entire process!)
- Click on the _Images_ tab on the sidebar and find the image you have pulled in the above step
- Click on the _Run_ button
Expand Down Expand Up @@ -81,8 +81,3 @@ following tasks on your dataset:
- Named Entity Recognition
- Position of Speech Tagging
- Summary


### NLP Model Trainer
This module will allow you to train NLP models you can use for your NLP tasks. This module requires you to have a
compatible GPU (NVIDIA GPUs) to run inference/classification tasks.
Empty file removed api/endpoints/__init__.py
Empty file.
Empty file removed api/endpoints/dtm/__init__.py
Empty file.
66 changes: 0 additions & 66 deletions api/endpoints/dtm/dtm.py

This file was deleted.

Empty file removed api/endpoints/lca/__init__.py
Empty file.
279 changes: 0 additions & 279 deletions api/endpoints/lca/clean.py

This file was deleted.

Loading

0 comments on commit 0311606

Please sign in to comment.