AlladiSahithi/festival-log
0
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:
# 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