Skip to content

Khushalsarode/HackLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 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

python3 -m venv venv
source venv/bin/activate  # macOS/Linux
.\venv\Scripts\activate   # Windows

2. Install Dependencies

pip install -r requirements.txt

3. Set Up API Key 🔑

Create a .env file with the following:

MIRA_API_KEY=your_api_key_here

4. Run the App 🚀

streamlit run home.py

⚙️ Technologies Used

  • Frontend: Streamlit
  • Backend: Mira SDK
  • Environment Variables: dotenv

Got questions or suggestions? 🤔 Feel free to reach out! 💬

About

Mira hackathon project using sdk and workflows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages