CoolFace
Apppublic

AlladiSahithi/festival-log

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

Festival Log

A Streamlit app to collect, translate, and display Indian festival stories. Built as part of the VISWAM Summer of AI Internship.

Check out the live demo here.

Festival-log

๐Ÿ“Š Streamlit App

This project is a lightweight, interactive web application built using Streamlit. It allows you to run Python scripts with a user-friendly browser interface.


โœ… How to Set Up and Run the Project

Follow these exact steps in your terminal to run this project locally:

bash
# Step 1: Create a virtual environment
python -m venv venv

# Step 2: Activate the virtual environment
# For Windows:
venv\Scripts\activate
# For macOS/Linux:
# source venv/bin/activate

# Step 3: Install all dependencies
pip install -r requirements.txt

# Step 4: Run the Streamlit application
streamlit run app.py