A simple web application that generates proposal content based on user requirements.
- Web interface for inputting requirements
- Backend API for proposal generation
- Simple and responsive UI
-
Clone the repository:
git clone <repository-url> cd proposal-chatbot -
Create a virtual environment and activate it:
python -m venv venv # On Windows venv\Scripts\activate # On macOS/Linux source venv/bin/activate -
Install the dependencies:
pip install -r requirements.txt
-
Start the application:
python app.py -
Open your browser and navigate to http://127.0.0.1:5000/
-
Enter your requirements in the text area and click "Generate Proposal"
See the roadmap.md file for planned future enhancements.
prd.md- Product Requirements Documentroadmap.md- Development Roadmap
MIT