Skip to content

urvil86/iris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pharmaceutical Forecasting Agent

An intelligent agent designed to assist in pharmaceutical meetings, data analysis, and forecasting.

Core Functionalities

  1. Meeting Attendance and Interaction

    • Automatic meeting scheduling and attendance
    • Teams meeting participation and transcription
    • Intelligent question generation for clarity
  2. Data Analysis and Forecasting

    • Real-time guidance based on historical data
    • Assumption tracking and validation
    • Market trend analysis

Setup Instructions

  1. Clone the repository
  2. Create a virtual environment:
    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install dependencies:
    pip install -r requirements.txt
  4. Configure environment variables:
    • Copy .env.example to .env
    • Fill in required API keys and credentials

Project Structure

├── src/
│   ├── meeting/
│   │   ├── teams_client.py
│   │   └── transcription.py
│   ├── analysis/
│   │   ├── forecasting.py
│   │   └── market_analysis.py
│   └── utils/
│       ├── config.py
│       └── logger.py
├── tests/
├── requirements.txt
└── README.md

Usage

Detailed usage instructions and examples will be provided here.

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published