Skip to content

zdarktknight/llm-web-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Large Model Web Application

This project is a web application designed to interact with a large model, featuring a user-friendly interface with a sidebar for navigation, a central dialog for model interaction, and a display area for showcasing results from other models.

Project Structure

large-model-web-app
├── public
│   └── index.html          # Main HTML document
├── src
│   ├── components
│   │   ├── Sidebar
│   │   │   └── Sidebar.tsx # Navigation sidebar component
│   │   ├── CentralDialog
│   │   │   └── CentralDialog.tsx # Dialog for model interaction
│   │   └── RightDisplay
│   │       └── RightDisplay.tsx # Component for displaying results
│   ├── App.tsx             # Main application component
│   ├── index.tsx           # Entry point for the React application
│   └── styles
│       └── main.css        # Main CSS styles
├── package.json             # npm configuration file
├── tsconfig.json            # TypeScript configuration file
└── README.md                # Project documentation

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    cd large-model-web-app
    
  2. Install dependencies:

    npm install
    
  3. Run the application:

    npm start
    
  4. Open your browser: Navigate to http://localhost:3000 to view the application.

Features

  • Sidebar Navigation: Easily navigate through different sections of the application.
  • Central Dialog: Interact with the large model through a dedicated dialog interface.
  • Results Display: View results from other models in a dedicated display area.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published