Skip to content

SukinShetty/proposal_assistant

Repository files navigation

Proposal Chatbot

A simple web application that generates proposal content based on user requirements.

Features

  • Web interface for inputting requirements
  • Backend API for proposal generation
  • Simple and responsive UI

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd proposal-chatbot
    
  2. Create a virtual environment and activate it:

    python -m venv venv
    
    # On Windows
    venv\Scripts\activate
    
    # On macOS/Linux
    source venv/bin/activate
    
  3. Install the dependencies:

    pip install -r requirements.txt
    

Usage

  1. Start the application:

    python app.py
    
  2. Open your browser and navigate to http://127.0.0.1:5000/

  3. Enter your requirements in the text area and click "Generate Proposal"

Future Enhancements

See the roadmap.md file for planned future enhancements.

Project Documentation

  • prd.md - Product Requirements Document
  • roadmap.md - Development Roadmap

License

MIT

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages