https://github.com/rafapi/fastapi_text_sum
Text Summarisation using FastAPI
https://github.com/rafapi/fastapi_text_sum
Last synced: 11 months ago
JSON representation
Text Summarisation using FastAPI
- Host: GitHub
- URL: https://github.com/rafapi/fastapi_text_sum
- Owner: rafapi
- License: apache-2.0
- Created: 2020-07-10T22:12:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T00:58:32.000Z (about 3 years ago)
- Last Synced: 2025-05-14T01:59:03.447Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Article Summarisation backend based on FastAPI
### Frontend
* Mobile app: https://github.com/rafapi/summariser_client
## Details
* CI/CD via Github Actions
* Automatic deployment to Heroku
* Dev dependencies
* FastAPI: https://fastapi.tiangolo.com
* Tortoise-ORM: https://tortoise-orm.readthedocs.io/
* Newspaper3k: https://newspaper.readthedocs.io/
* Docker: https://docs.docker.com/
* Testing:
* pytest: https://docs.pytest.org/en/stable
* pytest-cov: https://github.com/pytest-dev/pytest-cov
* Codecov: https://docs.codecov.io
* Linting and Formatting:
* black: https://github.com/psf/black
* flake8: https://flake8.pycqa.org/en/latest
* isort: https://pycqa.github.io/isort
## ToDo
* Authentication
* Extra information fields based on third-party content
* Add images if available from the original source