- Open a Terminal or Windows Powershell
- Install uv
- For Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" - For Linix/Mac:
curl -LsSf https://astral.sh/uv/install.sh | sh
- For Windows:
- Clone the GitHub repository
- Navigate to the GitHub repository https://github.com/serich17/JMLT-work
- Select the green Code button and download as zip
- Extract the folder where you want in your directory
- Run the App, and create virtual environment
- Navigate to your saved directory in file manager
- Right click on the folder, and select Open in Terminal
- run the following command to start the program
uv run streamlit run main.py - The first time it will install all the neccesary packages
- To close the app:
- Return to your terminal and kill.
- Failing to stop the program will allow it to continue to use your computer resources
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|