No description
Find a file
2024-09-26 09:37:33 +02:00
app voice recognition trial 3 2024-09-26 09:37:33 +02:00
public Changed the models 2024-09-25 12:53:54 +02:00
py fixed stuff? 2024-09-26 09:27:52 +02:00
.eslintrc.json Initial commit from Create Next App 2024-09-18 10:38:54 +02:00
.gitignore fixed stuff with the backend and the pesky cpython cache 2024-09-20 15:46:02 +02:00
LICENSE changed weird license formatting 2024-09-19 16:31:14 +02:00
main.js Web APP 2024-09-25 08:54:24 +02:00
next.config.mjs Initial commit from Create Next App 2024-09-18 10:38:54 +02:00
package-lock.json Web APP 2024-09-25 08:54:24 +02:00
package.json Web APP 2024-09-25 08:54:24 +02:00
postcss.config.mjs Initial commit from Create Next App 2024-09-18 10:38:54 +02:00
README.md Update README.md 2024-09-23 16:06:20 +02:00
tailwind.config.ts Broke the responsive once again and edited the settings 2024-09-24 09:27:49 +02:00
tsconfig.json Initial commit from Create Next App 2024-09-18 10:38:54 +02:00

Installation Guide

In order to use this app, you need quite a lot of things, so buckle up.

Dependencies

Install the following:

https://ollama.com/download

https://www.python.org/downloads/

https://nodejs.org/en/download/prebuilt-installer

For Linux and NodeJS, see:

https://nodejs.org/en/download/package-manager/all

Running the project for the first time

In order to now actually run the program, you have to open a terminal in the project folder, then you can run:

npm install
cd py
pip install -R requirements.txt

In case you need a virtual environment however, we provide a custom install.sh file for GNU/Linux.

sh install.sh

From then on, you can run the project by:

  1. Opening two terminal windows, one in the main project folder, and one in the py subfolder.
  2. In the py subfolder, you will run:
python3 api.py
  1. In the main project folder, you will run:
npm run dev
  1. Open http://localhost:3000/ in your browser.
  2. Enjoy!