A simple Streamlit app to collect, preserve, and display traditional Indian proverbs from different regions, languages, and dialects — ensuring that local wisdom continues to thrive in the digital age.
- 📝 Users can submit their local proverbs with optional English translations.
- 🌐 Multi-language support for all Indian dialects.
- 🧾 Stores all submissions in a connected Google Sheet.
- 📊 View collected proverbs in a live, searchable table.
- 🔐 Secure credentials via base64 in Hugging Face secrets.
- Streamlit – Interactive UI
- Hugging Face Spaces – Hosting platform
oauth2client,pandas,datetime
├── app.py # Main Streamlit app ├── requirements.txt # Python dependencies ├── README.md # Project overview ├── REPORT.md # Project explanation & solution ├── CONTRIBUTING.md # Contribution guidelines ├── CHANGELOG.md # Version history ├── LICENSE # Open-source license (MIT)
🧪 Installation (for local testing) git clone https://github.com/your-username/proverb-collector.git cd proverb-collector pip install -r requirements.txt streamlit run app.py ✍️ Example Proverb Telugu: ఓడిపోయిన నౌకను దూషించకూడదు English: Never curse a sunken boat. 🙋♀️ Author Tanuja Pammina 📧 tanujapammina@gmail.com 📃 License This project is licensed under the MIT License.