Spaces:
Sleeping
Sleeping
File size: 1,873 Bytes
f9dae38 047ca1c 6d51dd7 047ca1c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
---
title: Build Advisor
emoji: π
colorFrom: blue
colorTo: pink
sdk: docker
pinned: false
license: mit
---
# Welcome to Build Advisor! π οΈβ¨
Build Advisor is an AI app designed to help guide AI developers in building their AI applications. With Build Advisor, you can:
- **Create a plan:** Get a structured plan for your AI project.
- **Generate product requirement specifications:** Define the necessary specifications to build your app.
- **Implement solutions:** Quickly create a Proof of Concept (PoC) to evaluate your ideas.
### Why Use Build Advisor?
- **Determine project worth:** Assess whether your idea is worth starting, investing time, and investing money.
- **Leverage AI expertise:** Utilize LLMs and effective prompt engineering for optimal results.
### Getting Started
1. **Install dependencies:**
```bash
pip install -r requirements.txt
```
2. **Run the application:**
```bash
chainlit run app.py -w
```
### Features and Roadmap
#### Current Version (v1)
- **Deploy on HF spaces:** Make your project accessible on Hugging Face spaces.
- **Landing Page Intro:** Include an introduction: "I am... I do... how to use me..."
#### Week 2 (W2)
- **Work with SME:** Get a few-shot examples (3+) for each agent:
- Definition agent
- Specification agent
- **PDF Output:** Create and manage PDF outputs:
- Open PDF view
- Download PDF
- Feedback box for user input (good/bad, suggestions for changes)
- **Iteration:** Work section-by-section with saved states for feedback-based modifications.
### Business Value: π¦Green Light Projects
- **v1**
- **Definition (What?):** Product Requirement Definition
- **Specification (How?):** Engineering/Function
- **v2**
- **Plan (When? Who?):** Resource Allocator
---
We hope Build Advisor helps streamline your AI development process! Happy building! ππ
|