Skip to content

Bhuminandan/ai-bots

Repository files navigation

🧠 Multi-Agent AI Research Projects

This repository is a monorepo containing multiple AI-powered projects focused on automation and decision-making using agent-based models. Each sub-project targets a specific domain such as job automation, real estate assistance, and more.


🚀 Getting Started

1. Clone the repo

git clone https://github.com/Bhuminandan/ai-bots
cd ai-bots

2. Create a virtual environment

python3 -m venv venv
source venv/bin/activate  # On Windows use: venv\Scripts\activate

3. Install dependencies (project-wise)

Each sub-project may have its own requirements.txt:

cd ai_data_analyst
pip install -r requirements.txt

📦 Projects Overview

Project Name Description
ai_data_analyst Analyzes datasets and extracts insights
ai_job_mailer Automates job applications via email
ai_real_estate_agent Helps find and evaluate real estate deals
multiagent_research Coordinates multiple intelligent agents
pdf_chatbot Allows chatting with PDF files

🛠 Tech Stack

  • Python 3.x
  • LangChain
  • OpenAI API
  • Hugging Face Transformers
  • PDF parsers (e.g., PyMuPDF or PDFMiner)
  • Custom tools and agents

⚙️ Environment Variables

Some projects use .env files for API keys and configuration.

Example .env:

OPENAI_API_KEY=your_openai_key
HUGGINGFACE_API_KEY=your_huggingface_key

🤝 Contributing

Pull requests are welcome! Please:

  • Follow project structure
  • Update relevant README.md sections
  • Avoid committing large files (tracked in .gitignore)

📄 License

This project is licensed under the MIT License. See LICENSE for details.


👩‍💻 Author

Maintained by Bhumi. Connect on GitHub.


Let me know if you'd like the README to include badges, demo images, or instructions for Docker/Streamlit/FastAPI if any project uses it.

About

Contain Multiple Ai bots like Ai Job Mailer, Ai Pdf Assistant, Ai Data Analyst etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors