- React.js (Frontend)
- Python (Backend)
- FastAPI (Backend Framework)
- Langchain
- OpenAI API
git clone https://github.com/neokd/ATMECS-HackathonNavigate to the frontend directory and install the required dependencies:
bash cd frontend npm install
Navigate to the backend directory and install the required dependencies:
bash cd backend pip install -r requirements.txt
-
Start the frontend server:
cd frontend npm run dev -
Start the backend server:
cd backend uvicorn main:app --reload
Open the browser and navigate to http://localhost:5173/ to access the application.
- 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.