An open API service indexing awesome lists of open source software.

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

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! 💬