Skip to content

abhinema/requirement_mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirement-Code Mapper

This application maps project requirements to code implementations using AI agents.

Features

  • Upload requirements file (TXT format)
  • Upload code base (ZIP format)
  • Analyze requirements and code structure
  • Map requirements to specific code implementations
  • Display results in a clean, tabular format

Installation

  1. Clone this repository
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Set your OpenAI API key:
    export OPENAI_API_KEY=your_api_key_here
    

Usage

  1. Run the application:
    python main.py
    
  2. Open your browser and navigate to http://localhost:8000
  3. Upload your requirements file (TXT) and code ZIP file
  4. View the mapping results

Project Structure

  • main.py: FastAPI application entry point
  • app/requirement_mapper.py: Core logic for mapping requirements to code
  • app/templates/: HTML templates for the web interface
  • app/static/: Static assets (CSS, JS, etc.)

Dependencies

  • FastAPI: Web framework
  • Uvicorn: ASGI server
  • AutoGen: AI agent framework

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published