Skip to content

Kimw6/Machine-Learning-Platform

 
 

Repository files navigation

Streamlit App for Capstone

This repository contains a Streamlit web application. Streamlit is a Python library for creating web apps with minimal effort. This README provides instructions on how to set up and run the app locally using a virtual environment.

Prerequisites

Before you can run this Streamlit app, ensure you have the following prerequisites installed on your system:

  • Python 3.x (preferably Python 3.6+)
  • pip (Python package manager)
  • Git (for cloning this repository)

Installation

Clone the repository to your local machine using Git:

Create Virtual Environment

python -m venv venv

Windows

source venv/bin/activate

Mac

source venv/bin/activate

Install dependencies

pip install -r requirements.txt

run the app:

streamlit run Home.py

In the server, to restart

$sudo systemctl restart akuroda.service

To check the status:

$sudo systemctl status akuroda.service

About

Capstone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%