Skip to content

multimodal-ai-lab/DEFAME-Web-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web User Interface for DEFAME

Paper   License

This repository provides the web interface for DEFAME, an automated fact-checking system. The UI supports the input of textual and visual content. It decomposes the input into manageable claims. All fact-checks are saved and can be retrieved later, renamed, or deleted.

As of now, our hosted web interface is not public, but you can host it yourself.

UI.png

This repository is the result of a student team project at the Multimodal AI Lab.

📂 Structure

The repository is structured as follows:

  • client/ contains the frontend implementation, executed in the user's browser.
  • server/ contains the backend, managing the API calls to DEFAME and hosting a database to cache and provide the results.

🚀 Usage

  1. Deploy DEFAME's API.
  2. Update the server/.env file with the correct AI_API_URL (the link pointing at DEFAME's API).
  3. Make sure you have Docker installed.
  4. Simply run
    docker compose up
    and Docker will handle the rest for you.
  5. Access the UI at http://localhost:5173.

🤝 Collaboration

We are happy to receive any feedback, suggestions, or contributions. Feel free to open an issue or a pull request.

This repository and all its contents are licensed under the Apache 2.0 License.

🙏🏻 Acknowledgements

Many thanks go to

for the implementation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •