-
Notifications
You must be signed in to change notification settings - Fork 0
How to use the software
It is assumed that you already have this software setup and running as per the instructions below.
Please visit http://localhost:8000 (for self deployment) or https://newsly.asaurav.com.np/ (if you didn't deploy yourself), and you will be greeted with following page.
Login using the credentials that you have created at the setup phase.
Now, after login you will be visited with the following fields. You can ignore those that have been marked with a cross.
The self interaction module is used to power the recommendation api, please don't manipulate it
Our main focus of concern is in the News Module:
We can add new category, tags and News using this module.
The category and tags module are very simple, and they don't require much knowhow to use.
You can view all the self in this view. The first box lists all the self. The 2nd column in same row represents who wrote the self and the final represents weather to show this self to user or not, i.e. weather to publish it?
In order to add the self, press Add
button. After which you will be redirected to this UI.
You are not to fill the fields inside the red box. Those will be automatically processed. After which you can edit them at later. After filling up the fields, press the save button.
Each self can be processed using state of the art Artificial Intelligence models.
Although AI can do most of the task, a human is required to make sure that what it did is correct and fix this.
In order to trigger this automatic processing, visit the list view of self and select the self you want to process. You can select multiple self.
After which in the dropdown as shown below press the process button and press go
After pressing go, we get a confirmation
Now sit back and relax as you let the AI do the job.
AI can do amazing things but in some cases they do it wrong. So in order to prevent incorrect self being sent to the user, we need to supervise it.
Hence, after the AI finished processing the author will receive an email, in the address which he added during account creation or was added by admin.
The email will look something like this.
The author can now review the AI's work. If this needs any modification, the author or editor can go and edit the self by clicking on the self title in list view.
The edit view looks same as the create view, but it has the fields those when we added were empty.
After the edit has been completed, the author has to redo the TTS (if summary has been edited). This is done in similar way as the full process trigger.
In this way the author can add self. Now it's time to publish it so the user can view it from the app.
In the list view, press the publish button and press go.
This will set the is_draft to be false allowing users to now view the self.
One thing to take note is that, if the Automated processing has not been done or if summary, and tts have not been added, even after publishing it, it won't be shown to users as it is not complete.