This repository contains the backend code for an AI-based project developed by SAMAR-CODE404. The project is implemented in Python and is licensed under the Apache-2.0 license.
The repository is organized into the following directories and files:
- RAG/: Contains code related to retrieval-augmented generation.
- agents/: Includes implementations of various AI agents.
- assets/: Stores static assets used by the project.
- merger_reports/: Contains scripts and data for merging reports.
- parser/: Holds parsing utilities and scripts.
- report/: Includes report generation tools and templates.
- tools/: Contains miscellaneous tools and utilities.
- utils/: Provides utility functions and helpers.
- .gitignore: Specifies files and directories to be ignored by Git.
- LICENSE: The Apache-2.0 license file for the project.
- Main.py: The main entry point of the application.
- README.md: This README file.
- app.py: Contains the application setup and routing.
- app.yaml: Configuration file for deploying the application.
- requirements.txt: Lists the Python dependencies required for the project.
To set up and run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/SAMAR-CODE404/backend.git
- Navigate to the project directory:
cd backend
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python Main.py
This project is licensed under the Apache-2.0 License. See the LICENSE file for more details.
Note: For more information or to contribute to the project, please visit the repository on GitHub.