An open API service indexing awesome lists of open source software.

https://github.com/andreasgdp/notesort

A note taking website where all the notes are automatically sorted using a machine learning algorithm.
https://github.com/andreasgdp/notesort

Last synced: 3 months ago
JSON representation

A note taking website where all the notes are automatically sorted using a machine learning algorithm.

Awesome Lists containing this project

README

        

# NoteSort
A note taking website where all the notes are automatically sorted using a machine learning algorithm. The algorithm is able to sort the notes into (Danish) categories such as "Construction", "Danish", "Math". The algorithm is trained using a dataset of 172 notes gatherd from students at my High School.

![billede](https://user-images.githubusercontent.com/39928082/199927634-e579eaff-9ad4-4985-a8d5-208570425460.png)

## Getting started

### Prerequisites
Have python 3 and above installed on your computer.

### Installing
Clone the repository to your computer and run the following command in the terminal:
```bash
pip install -r requirements.txt
```

### Running the program - Windows
Run the following command in the terminal:
```bash
./launch_local_webpage.bat
```

### Running the program - Other os
Just run the following command in the terminal:
```bash
python main.py
```