Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyamakeshwari committed Oct 1, 2023
1 parent e333a4f commit cb2d37e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
File renamed without changes.
37 changes: 35 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,35 @@
# Teach GPT
Teach GPT 🤖 is a groundbreaking open-source initiative focused on developing an AI-Powered Virtual Tutor. This innovative virtual tutor leverages the full potential of artificial intelligence to revolutionize the way we learn. The primary objective is to construct a Large Language Model(LLM) that dynamically adjusts to individual learning styles while delivering lifelike conversations through AI agents. This is complemented by seamless integration of speech recognition technology and the strategic incorporation of gamification methods 👩🏻‍💻 .
<div align="center">
# TeachGPT🤖
TeachGPT is a groundbreaking open-source initiative focused on developing an AI-Powered Virtual Tutor. This innovative virtual tutor leverages the full potential of artificial intelligence to revolutionize the way we learn. The primary objective is to construct a Large Language Model(LLM) that dynamically adjusts to individual learning styles while delivering lifelike conversations through AI agents. This is complemented by seamless integration of speech recognition technology and the strategic incorporation of gamification methods 👩🏻‍💻 .
</div>

## We are on Hacktoberfest 2023! 🚀🎉
<img src="readme.png"/>

## Installation 🛠️

To get started with TeachGPT, follow these steps:

1. Clone the repository: `git clone https://github.com/Priyamakeshwari/TeachGPT.git`
2. Navigate to the project directory: `cd TeachGPT`

## Contributing 👥

Contributions are welcome! If you have a dataset that you would like to add to DataStorehouse, please follow these steps:

1. Fork the TeachGPT repository to your own GitHub account.
2. Clone the forked repository to your local machine.
3. Create a new branch for your changes: `git checkout -b feature-name`.
4. Implement your changes and commit them with meaningful commit messages.
5. Push your changes to your forked repository.
6. Create a pull request (PR) to the main NeoGPT repository, describing your changes and the problem they solve.

Our team will review your PR, provide feedback, and merge it if it meets our guidelines.

If your changes include new functionality or modifications, please write appropriate unit tests to ensure that the code works as expected. Run the existing tests to ensure that your changes do not introduce regressions.


## License 📝

TeachGPT is released under the [MIT License](./LICENSE.md). 📄

Binary file added readme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cb2d37e

Please sign in to comment.