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.
- Host: GitHub
- URL: https://github.com/andreasgdp/notesort
- Owner: Andreasgdp
- Created: 2020-03-26T08:19:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T08:38:51.000Z (over 2 years ago)
- Last Synced: 2024-05-01T19:07:18.806Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 30.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.
## 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
```