Spaces:
Runtime error
Runtime error
| license: mit | |
| title: SciTonic | |
| sdk: gradio | |
| emoji: π©π»βπ¬π§ͺ | |
| colorFrom: blue | |
| colorTo: green | |
| app_file: main.py | |
| pinned: true | |
| # Introducing π§ͺπ©π»βπ¬Sci-Tonic - Your Ultimate Technical Research Assistant π | |
| ### Welcome to the Future of Technical Research: Sci-Tonic π | |
| In an era where data is king π, the ability to efficiently gather, analyze, and present information is crucial for success across various fields. Today, we are thrilled to introduce Sci-Tonic π€, a state-of-the-art technical research assistant that revolutionizes how professionals, researchers, and enthusiasts interact with data. Whether it's financial figures πΉ, scientific articles π§¬, or complex texts π, Sci-Tonic is your go-to solution for turning data into insights. | |
| ## Features of Sci-Tonic π | |
| ### 1. Data Retrieval: A Gateway to Information πͺπ | |
| - **Broad Spectrum Access**: From financial reports to scientific papers, Sci-Tonic accesses a wide array of data sources. | |
| - **Efficiency and Precision**: Quickly fetches relevant data, saving you time and effort β°πΌ. | |
| ### 2. Advanced Analysis: Deep Insights from Cutting-Edge AI π§ π‘ | |
| - **Intelligent Interpretation**: Utilizes advanced AI algorithms to analyze and interpret complex data sets. | |
| - **Customizable Analysis**: Tailored to meet specific research needs, providing targeted insights π. | |
| ### 3. Multimedia Output: Diverse and Dynamic Presentation ππ₯π | |
| - **Versatile Formats**: Outputs range from text and infographics to video summaries. | |
| - **Engaging and Informative**: Enhances understanding and retention of information π. | |
| ### 4. User-Friendly Interface: Accessible to All π©βπ»π¨βπ» | |
| - **Intuitive Design**: Easy to navigate for both tech experts and novices. | |
| - **Seamless Experience**: Makes research not just productive but also enjoyable π. | |
| ### 5. Adaptive Technical Operator π€ | |
| - **High Performance**: Capable of handling complex analyses with ease. | |
| - **On-the-Fly Adaptability**: Quickly adjusts to new data and user requests πͺοΈ. | |
| ## Applications of Sci-Tonic π οΈ | |
| - **Academic Research**: Streamlines the process of gathering and analyzing scientific data ππ¬. | |
| - **Financial Analysis**: Provides comprehensive insights into market trends and financial reports πΉ. | |
| - **Business Intelligence**: Assists in making data-driven decisions for business strategies π. | |
| - **Personal Use**: Aids enthusiasts in exploring data in their fields of interest π. | |
| ## Choose Sci-Tonic? π€ | |
| - **Efficiency**: Saves time and effort in data collection and analysis β³. | |
| - **Accuracy**: Provides reliable and precise insights π. | |
| - **Customization**: Adapts to specific user needs and preferences π οΈ. | |
| - **Innovation**: Employs the latest AI technology for data analysis π. | |
| ### Installation π₯ | |
| ```bash | |
| # Clone the repository | |
| git clone https://github.com/Tonic-AI/scitonic.git | |
| # Navigate to the repository | |
| cd scitonic | |
| # Install dependencies | |
| pip install -r requirements.txt | |
| # Run the application | |
| python main.py | |
| ``` | |
| ## Usage π¦ | |
| 1. **Installation**: Before you begin, ensure you have Sci-Tonic installed. If not, refer to our installation guide. π₯ | |
| 2. **Open the Application**: Launch Sci-Tonic to start your journey into data exploration. π | |
| ## Setting Up Your Environment π οΈ | |
| 1. **Enter OpenAI API Key**: | |
| - Locate the `OpenAI API Key` textbox. | |
| - Enter your API key securely. This key powers the AI models in Sci-Tonic. π | |
| 2. **Enter Clarifai PAT**: | |
| - Find the `Clarifai PAT` textbox. | |
| - Input your Clarifai Personal Access Token. This is crucial for image and audio processing functionalities. πΌοΈποΈ | |
| ## Describing Your Problem π | |
| 1. **Text Input**: | |
| - Use the `Describe your problem in detail:` textbox to type in your query or problem statement. | |
| - Be as detailed as possible for the best results. π | |
| 2. **Audio Input** (Optional): | |
| - Click on `Or speak your problem here:` to record or upload an audio clip. | |
| - Sci-Tonic will transcribe and process your spoken words. π€ | |
| 3. **Image Input** (Optional): | |
| - Use `Or upload an image related to your problem:` to add an image. | |
| - This can provide visual context to your query. πΌοΈ | |
| ## Submitting Your Query π | |
| - Click the `Submit` button after entering your information and query. | |
| - Sci-Tonic will process your inputs and start generating insights. β¨ | |
| ## Receiving Output π | |
| - The `Output` textbox will display the results, insights, or answers generated by Sci-Tonic. | |
| - **Scitonic produces files** so check the scitonic folder | |
| - Review the output to gain valuable information related to your query. π§ | |
| ## Tips for Optimal Use π | |
| - **Clear Descriptions**: The more specific your query, the better the output. π― | |
| - **Utilize Multimedia Inputs**: Leverage audio and image inputs for a more comprehensive analysis. πΈπ | |
| - **Regular Updates**: Keep your API keys and tokens updated for uninterrupted service. π | |
| # CONTRIBUTING GUIDE | |
| ## Introduction | |
| Welcome to the `scitonic` repository! This guide is designed to provide a streamlined process for contributing to our project. We value your input and are excited to collaborate with you. | |
| ## Prerequisites | |
| Before contributing, make sure you have a GitHub account. You should also join our Tonic-AI Discord to communicate with other contributors and the core team. | |
| ## How to Contribute | |
| ### Reporting Issues | |
| - **Create an Issue**: If you find a bug or have a feature request, please create an issue to report it. Use clear and descriptive titles and provide as much information as possible. | |
| - **Use the Issue Template**: Follow the issue template provided to ensure all relevant information is included. | |
| - **Discuss in Discord**: For immediate feedback or discussion, bring up your issue in the `#scitonic-discussion` channel on Discord. | |
| ### Making Changes | |
| - **Fork the Repository**: Start by forking the repository to your own GitHub account. | |
| - **Create a Branch**: Create a branch in your forked repository for your proposed changes. Name the branch something relevant to the changes you're making (e.g., `feature-add-login` or `bugfix-header-alignment`). | |
| ```bash | |
| git checkout -b your-branch-name | |
| ``` | |
| - **Make Your Changes**: Perform the necessary changes to the codebase or documentation. | |
| - **Commit Your Changes**: Use meaningful commit messages that describe what you've done. | |
| ```bash | |
| git commit -m "Your detailed commit message" | |
| ``` | |
| - **Push to Your Fork**: Push your changes to your forked repository on GitHub. | |
| ```bash | |
| git push origin your-branch-name | |
| ``` | |
| ### Submitting a Pull Request | |
| - **Pull Request (PR)**: Go to the original `scitonic` repository and click on "Pull Request" to start the process. | |
| - **PR Template**: Fill in the PR template with all the necessary details, linking the issue you're addressing. | |
| - **Code Review**: Wait for the core team or community to review your PR. Be responsive to feedback. | |
| - **Merge**: Once your PR has been approved and passes all checks, it will be merged into the main codebase. | |
| ## Code of Conduct | |
| Please adhere to the Code of Conduct laid out in the `CODE_OF_CONDUCT.md` [file](src/documentation/CODE_OF_CONDUCT.md). Respectful collaboration is key to a healthy open-source environment. | |
| ## Questions or Additional Help | |
| If you need further assistance or have any questions, please don't hesitate to ask in our Discord community or directly in GitHub issues. | |
| Thank you for contributing to `scitonic`! | |
| --- | |
| π Thank you for considering Sci-Tonic as your ultimate technical research assistant. Together, let's turn data into discoveries! ππππ§¬ππππ€π©βπ¬π¨βπΌ |