Skip to content

tanmay-sketch/verseform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verseform

Verseform is a web application to generate and tinker with AI-generated poems in higher dimensions.

Backend Setup (FastAPI)

  1. Open the terminal and navigate to the backend folder.

    cd backend
  2. Create a virtual environment:

    python3 -m venv venv
  3. Activate the virtual environment:

    • On Windows:
      venv\Scripts\activate
    • On macOS/Linux:
      source venv/bin/activate
  4. Install the required packages:

    pip install -r requirements.txt
  5. Run the FastAPI application:

    uvicorn main:app --reload

Frontend Setup (React)

  1. Open the terminal and navigate to the frontend folder.

    cd frontend
  2. Install the required packages:

    npm install
  3. Start the React application:

    npm run dev

Now, the frontend will be available at http://localhost:5173, and the backend at http://localhost:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published