Skip to content

neokd/ATMECS-Hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RS Enterprise RAG

Team Members:

Technologies Used:

  • React.js (Frontend)
  • Python (Backend)
  • FastAPI (Backend Framework)
  • Langchain
  • OpenAI API

Installation Guide

1. Clone the Repository

git clone https://github.com/neokd/ATMECS-Hackathon

2. Setting Up the Frontend (React.js)

Navigate to the frontend directory and install the required dependencies: bash cd frontend npm install

3. Setting Up the Backend (FastAPI)

Navigate to the backend directory and install the required dependencies: bash cd backend pip install -r requirements.txt

4. Running the Application

  • Start the frontend server:

    cd frontend
    npm run dev
  • Start the backend server:

    cd backend
    uvicorn main:app --reload

5. Access the Application

Open the browser and navigate to http://localhost:5173/ to access the application.

Notes:

  • Ensure that the backend server is running before trying to access the frontend.
  • Make sure you have all required API keys configured in the environment variables for seamless operation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors