Skip to content

AshwinDEM/ConstGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a nanogpt experiment where we incorporate user feedback to improve the model

Build Status License

GPTFeed is an experimental project aimed at improving language models by incorporating user feedback. By continuously learning from user interactions, GPTFeed adapts and enhances its responses in real-time, providing a more personalized and accurate experience.

Table of Contents

Features

  • User Feedback Integration: The model continuously learns and improves from user feedback.
  • Real-time Updates: Responses are updated in real-time based on the latest feedback.
  • Customizable Responses: Users can customize the model's responses to better suit their needs.
  • Multi-language Support: Supports multiple languages for a diverse user base.
  • Scalability: Capable of handling a large number of requests simultaneously.
  • Security: Implements robust security measures to protect user data.
  • Performance Metrics: High accuracy and fast response times.
  • User Interface: Intuitive and user-friendly interface for easy interaction.
  • Documentation: Comprehensive documentation available for developers.

Installation

To get started with GPTFeed, follow these steps:

  1. Clone the repository:
    git clone https://github.com/AshwinDEM/GPTFeed.git
  2. Navigate to the project directory:
    cd GPTFeed
  3. Install the required dependencies:
    pip install -r requirements.txt

Usage

To use GPTFeed, follow these steps:

  1. Run the application:
    streamlit run streamlit_app.py
  2. Follow the on-screen instructions to register/login and then access the model.

Contributing

We welcome contributions! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes and commit them:
    git commit -m "Add new feature"
  4. Push to the branch:
    git push origin feature-branch
  5. Open a pull request.

Contact

For any questions or suggestions, please contact us at [email protected].

About

An LLM fine tuning project to teach students science

Resources

Stars

Watchers

Forks

Releases

No releases published