Skip to content

databutton/news-classification

Repository files navigation

News classification demo

See the project live at next.databutton.com

Documentation can be found at docs.databutton.com

Getting started

Install dependencies

poetry install

Develop locally

Start the dev server using the following command:

poetry run databutton start

Your server should now be running with hot-reload enabled.

Note: In order to run the project locally you need your own databutton account

Deploy changes to production

poetry run databutton deploy

Fork the project

Delete databutton.json and deploy the project using poetry run databutton start to deploy the project to your own account

License

The scripts and documentation in this project are released under the MIT License