Skip to content

DunngenMaster/research-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Research Agent

A simple, easy-to-use platform for generating, managing, and analyzing research papers and code using AI agents.

Project Structure

  • backend/: FastAPI server for handling API requests, code generation, and workspace management.
  • frontend/: React + TypeScript web app for uploading papers, viewing workspaces, and interacting with the backend.

Quick Start

Backend

  1. Go to the backend folder.
  2. (Optional) Create and activate a virtual environment:
    • Windows: venv\Scripts\activate
    • macOS/Linux: source venv/bin/activate
  3. Install dependencies:
    • pip install -r requirements.txt
  4. Start the server:
    • uvicorn app.main:app --reload

Frontend

  1. Go to the frontend folder.
  2. Install dependencies:
    • npm install
  3. Start the development server:
    • npm run dev

Features

  • Upload and analyze research papers
  • Generate code from paper instructions using AI
  • Manage workspaces and track status

Requirements

  • Python 3.8+
  • Node.js 18+

Notes

  • Configure your API keys and environment variables as needed in the backend.
  • For more details, see the backend/README.md and frontend/README.md files.

About

Research agent made specifically for Computer science, machine learning, Artificial intelligence related purpose. That consumes research paper, help to understand user whats going on, and give codes to execute as well. Also generated assignments make sure user fully understood concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors