This project works with DIW reports data to extract:
- Story context
- Past, Present, and Future context
It also generates charts and visualizations for better understanding.
- Extracts story and contextual insights from DWI reports
- Creates visual charts for analysis
- Runs through a simple
app.pyapplication
-
Clone the repository →
git clone https://github.com/YASHRAJSIH/Job_Assistant_RAG.git cd Job_Assistant_RAG -
Create a virtual environment →
Windows:python -m venv venv venv\Scripts\activate
Linux / macOS:
python3 -m venv venv source venv/bin/activate -
Install dependencies →
pip install -r requirements.txt
-
Run the application →
python app.py