https://github.com/khushalsarode/hacklab
Mira hackathon project using sdk and workflows
https://github.com/khushalsarode/hacklab
mira mira-sdk mira-workflows python streamlit
Last synced: about 1 month ago
JSON representation
Mira hackathon project using sdk and workflows
- Host: GitHub
- URL: https://github.com/khushalsarode/hacklab
- Owner: Khushalsarode
- Created: 2025-01-25T14:55:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-25T15:58:13.000Z (over 1 year ago)
- Last Synced: 2025-10-11T13:46:03.796Z (9 months ago)
- Topics: mira, mira-sdk, mira-workflows, python, streamlit
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Project Idea Generation App
A Streamlit app powered by the Mira SDK to generate creative project ideas, hackathon summaries, domain names, and SEO metadata. Perfect for hackathon participants and project creators! 💡
## 🌟 Features
- **Hackathon Summarizer** 📋: Summarizes hackathon details, guidelines, prizers, and tips.
- **Domain Name Generator** 🌐: Generates SEO-friendly domain names and metadata.
- **Project Idea Generator** 💭: Generates project ideas based on hackathon or project goals.
## 🛠️ Setup
### 1. Create and Activate Virtual Environment
```bash
python3 -m venv venv
source venv/bin/activate # macOS/Linux
.\venv\Scripts\activate # Windows
```
### 2. Install Dependencies
```bash
pip install -r requirements.txt
```
### 3. Set Up API Key 🔑
Create a `.env` file with the following:
```bash
MIRA_API_KEY=your_api_key_here
```
### 4. Run the App 🚀
```bash
streamlit run home.py
```
## ⚙️ Technologies Used
- **Frontend**: Streamlit
- **Backend**: Mira SDK
- **Environment Variables**: dotenv
Got questions or suggestions? 🤔 Feel free to reach out! 💬