Skip to content
    Back to all Bounties

    Earn 9,000 ($90.00)

    Time Remainingdue 2 years ago
    Canceled

    Duplicate functionality from existing HF repo and modify

    pilkster
    pilkster
    Posted 2 years ago

    Bounty Description

    Problem Description

    This bounty will form the foundation of a personal AI project. This bounty is to duplicate the functionality of an existing Hugging Face repo to Replit, and make some changes to make it more easily accessible and useful.

    Acceptance Criteria

    1. Duplicate the functionality of https://huggingface.co/spaces/JavaFXpert/Chat-GPT-LangChain to Replit
    2. Make a web-accessible front end where the user can type or speak their query, and the bot returns a text or spoken response, including the ‘talking head’ (the ‘chat’ tab as seen on Hugging Face)
    3. Make a password-protected back end to house the settings and configuration tabs (the Settings, Whisper, STT, Translate to, Formality, Lit style, Emotions, Max words, Embeddings tabs as seen on Hugging Face), plus another tab for API keys.

    Technical Details

    python

    Link to Project

    This is the first step in a personal AI project. I will be submitting more bounties to extend this project to:

    • Make it multi-user, store user details, add login
    • Log all user interactions (question/answer) for each user
    • Make it stateful (remember previous conversations)
    • Have more user connectors (twilio, Siri)
    • Add personal database per user (uploaded user documents, email etc)

    The ultimate aim of the project is to make an easily accessible, useful, personal AI assistant tool.