Spaces:
Sleeping
Sleeping
Delete README.md
Browse files
README.md
DELETED
|
@@ -1,43 +0,0 @@
|
|
| 1 |
-
# DDS AI Project Assistant
|
| 2 |
-
|
| 3 |
-
A Generative AI project assistant powered by OpenAI GPT.
|
| 4 |
-
|
| 5 |
-
## Setup Instructions
|
| 6 |
-
|
| 7 |
-
### Local Development
|
| 8 |
-
1. Clone the repository
|
| 9 |
-
2. Create a `.env` file with your OpenAI API key:
|
| 10 |
-
```
|
| 11 |
-
OPENAI_API_KEY=your-api-key-here
|
| 12 |
-
```
|
| 13 |
-
3. Install dependencies:
|
| 14 |
-
```
|
| 15 |
-
pip install -r requirements.txt
|
| 16 |
-
```
|
| 17 |
-
4. Run the app:
|
| 18 |
-
```
|
| 19 |
-
python app.py
|
| 20 |
-
```
|
| 21 |
-
|
| 22 |
-
### Hugging Face Spaces Deployment
|
| 23 |
-
1. Create a new Space on Hugging Face
|
| 24 |
-
2. Choose "Gradio" as the SDK
|
| 25 |
-
3. Add your OpenAI API key as a secret:
|
| 26 |
-
- Go to Settings > Repository Secrets
|
| 27 |
-
- Add `OPENAI_API_KEY` with your API key
|
| 28 |
-
4. Upload the following files:
|
| 29 |
-
- app_hf.py (rename to app.py in Spaces)
|
| 30 |
-
- ai_wrapper.py
|
| 31 |
-
- requirements.txt
|
| 32 |
-
|
| 33 |
-
## Features
|
| 34 |
-
- Interactive AI project brainstorming
|
| 35 |
-
- Code generation assistance
|
| 36 |
-
- 10 popular GenAI project templates
|
| 37 |
-
- Beautiful Gradio interface
|
| 38 |
-
|
| 39 |
-
## Environment Variables
|
| 40 |
-
- `OPENAI_API_KEY`: Your OpenAI API key (required)
|
| 41 |
-
|
| 42 |
-
## License
|
| 43 |
-
MIT License
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|