Spaces:
Sleeping
Sleeping
File size: 649 Bytes
15e30a7 f946c51 |
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 |
---
title: AI Survey Bot Recommendation
emoji: 🤖
colorFrom: green
colorTo: blue
sdk: streamlit
sdk_version: 1.1.0
app_file: app.py
pinned: false
---
# AI Survey Bot Recommendation
This is a Streamlit app that allows users to answer a couple of questions and get a tailor-made response from an AI chatbot. The chatbot uses OpenAI GPT-3.5 Turbo to generate responses based on the user's input.
## Key files
- **app.py** - Main Streamlit app code
- **requirements.txt** - Python dependencies
- **setup.sh** - Heroku config script
## Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/your-repo.git
|