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.
git clone https://github.com/Bhuminandan/ai-bots
cd ai-botspython3 -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activateEach sub-project may have its own requirements.txt:
cd ai_data_analyst
pip install -r requirements.txt| 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 |
- Python 3.x
- LangChain
- OpenAI API
- Hugging Face Transformers
- PDF parsers (e.g., PyMuPDF or PDFMiner)
- Custom tools and agents
Some projects use .env files for API keys and configuration.
Example .env:
OPENAI_API_KEY=your_openai_key
HUGGINGFACE_API_KEY=your_huggingface_keyPull requests are welcome! Please:
- Follow project structure
- Update relevant
README.mdsections - Avoid committing large files (tracked in
.gitignore)
This project is licensed under the MIT License. See LICENSE for details.
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.