ianchen06 / techin510sp24-lab3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Promptbase

A webapp to store and quickly access your favorite ChatGPT prompts✨.

Getting Started

First time setup

# Create virtual environment
python -m venv venv

# Activate virtual environment
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

Future runs

# Activate virtual environment
source venv/bin/activate

# Run the app
streamlit run app.py

About


Languages

Language:Jupyter Notebook 89.3%Language:Python 10.7%