Skip to content

The idea behind this project is inspired by my university and how we used to upload our models for automatic testing. I just made it simpler and more user friendly.

License

Notifications You must be signed in to change notification settings

hamdi3/AI-Challenge-ScoreMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Challenge Score Master

MIT License Python 3.10.11 PyTorch 2.0.1 Streamlit 1.23.1 Built with Love

Welcome to the AI Challenge Score Master GitHub repository! This project was a part pf a small project i made while teaching some students about the basics of AI so that they can have a fun competition.

Background

The idea behind this project is inspired by my university and how we used to upload our models for automatic testing. I just made it simpler and more user friendly.

Features

  • A user can make an account or login.
  • Once the user is logged, a model can be uploaded (Models that are trained on MNIST).
  • Models are automatically evaluated.
  • Results are visualized in a table (No login needed to view that table).

Getting Started

To get started with the AI Challenge Score Master r, follow these steps:

  1. Clone the repository:

    git clone https://github.com/hamdi3/AI-Challenge-ScoreMaste.git
  2. Install the required dependencies. We recommend using a virtual environment:

    cd AI-Challenge-ScoreMaster
    python3.10 -m venv env
    source env/bin/activate
    pip install -r requirements.txt
  3. Launch the web application:

    streamlit run Home.py
  4. Access the web application by opening http://localhost:8501 in your browser.

Contributing

Contributions are welcome and greatly appreciated! To contribute to the AI Challenge Score Master project, follow these steps:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature/my-feature
  3. Make the desired changes and commit them:

    git commit -m "Add my feature"
  4. Push to the branch:

    git push origin feature/my-feature
  5. Open a pull request in the main repository.

License

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

Contact

If you have any questions, suggestions, or feedback, please feel free to contact me:

I'm open to collaboration and look forward to hearing from you!


Thank you for visiting the AI Challenge Score Master GitHub repository! I hope you find it useful and informative.

About

The idea behind this project is inspired by my university and how we used to upload our models for automatic testing. I just made it simpler and more user friendly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages