To run the backend after creating the virtual environment, navigate to the project directory in your terminal or command prompt and run the following command:
c:\Projects\sifthub\embedding_env\Scripts\python.exe -m uvicorn api_server:app --host 127.0.0.1 --port 8001
To run the frontend:
Navigate to the frontend directory in your terminal or command prompt and run the following command: npm install npm run dev