The project uses EyelevelAI's state of the art document parsing and retrieval system GroundX. It's integrated as a custom tool with CrewAI.
Before you start, quickly test it on your own document here
GroundX can also be deployed completely on premise as well, the code is open-source, here's their GitHub repo.
Grab your API keys's here.
Setup Environment:
- Paste your API keys by creating a
.env - Refer
.env.examplefile
Install Dependencies: Ensure you have Python 3.11 or later installed.
pip install groundx crewai crewai-toolsRunning the app:
streamlit run app_deep_seek.pyGet a FREE Data Science eBook 📖 with 150+ essential lessons in Data Science when you subscribe to our newsletter! Stay in the loop with the latest tutorials, insights, and exclusive resources. Subscribe now!
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
