Research Agent is a project aimed at automating and enhancing the research process using advanced algorithms and AI technologies.
- Automated data collection
- Intelligent data analysis
- Customizable research parameters
- User-friendly interface
To install the Research Agent, follow these steps:
- Clone the repository:
git clone https://github.com/Princccee/Research_agent.git
- Navigate to the project directory:
cd Research_agent - Create a venv:
python -m venv .venv source .venv/bin/activate - Install the required dependencies:
pip install -r requirements.txt
- Start the server:
python manage.py runserver
- Build the docker image:
docker-compose build --no-cache
- Run the docker container:
docker-compose up -d